From 7143ae03555da1bcec97bb04907f9d9d592912b8 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 14 May 2018 15:38:05 +0200 Subject: [PATCH] Fix typo * lisp/org.el (org-tag-alist): Fix typo in docstring. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 59c819553..ff6217a97 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.