Browse Source

Fix typo

* lisp/org.el (org-tag-alist): Fix typo in docstring.
Nicolas Goaziou 7 years ago
parent
commit
7143ae0355
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -3421,7 +3421,7 @@ The value of this variable is an alist.  Associations either:
 where TAG is a tag as a string, SELECT is character, used to
 where TAG is a tag as a string, SELECT is character, used to
 select that tag through the fast tag selection interface, and
 select that tag through the fast tag selection interface, and
 SPECIAL is one of the following keywords: `:startgroup',
 SPECIAL is one of the following keywords: `:startgroup',
-`:startgrouptag', `:grouptags', `:engroup', `:endgrouptag' or
+`:startgrouptag', `:grouptags', `:endgroup', `:endgrouptag' or
 `:newline'.  These keywords are used to define a hierarchy of
 `:newline'.  These keywords are used to define a hierarchy of
 tags.  See manual for details.
 tags.  See manual for details.