summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-05-14 15:38:05 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-05-14 15:38:05 +0200
commit7143ae03555da1bcec97bb04907f9d9d592912b8 (patch)
treeb90afaa63b78258e449446014ada3ccd745dabf8
parent2ec5d36eccfc8cc0586f00861799c19972705e54 (diff)
downloadorg-mode-7143ae03555da1bcec97bb04907f9d9d592912b8.tar.gz
Fix typo
* lisp/org.el (org-tag-alist): Fix typo in docstring.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 59c8195..ff6217a 100644
--- a/lisp/org.el
+++ b/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
select that tag through the fast tag selection interface, and
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
tags. See manual for details.