From 35e5e5b8b06cfab35ee59253bfb234b7e53f3e4a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 4 Oct 2013 21:13:23 +0200 Subject: [PATCH] org-list: Fix misleading docstring * lisp/org-list.el (org-list-allow-alphabetical): Remove reference to unused VALUE. --- lisp/org-list.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index 1b3c5093f..9a089f588 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -228,8 +228,7 @@ counters like \"[@c]\" will be recognized. This variable needs to be set before org.el is loaded. If you need to make a change while Emacs is running, use the customize -interface or run the following code, where VALUE stands for the -new value of the variable, after updating it: +interface or run the following code after updating it: \(when (featurep 'org-element) (load \"org-element\" t t))" :group 'org-plain-lists -- 2.11.4.GIT