From ecc8b9f3db1cdc45534203cf4e9d04bc0705063f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 10 May 2015 10:05:46 +0200 Subject: [PATCH] org-macro: Fix incomplete docstring * lisp/org-macro.el (org-macro-replace-all): Document missing KEYWORDS optional argument. --- lisp/org-macro.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/org-macro.el b/lisp/org-macro.el index 6cafc6bdb..890f0cff9 100644 --- a/lisp/org-macro.el +++ b/lisp/org-macro.el @@ -166,7 +166,10 @@ TEMPLATES is an alist of templates used for expansion. See `org-macro-templates' for a buffer-local default value. If optional arg FINALIZE is non-nil, raise an error if a macro is -found in the buffer with no definition in TEMPLATES." +found in the buffer with no definition in TEMPLATES. + +Optional argument KEYWORDS, when non-nil is a list of keywords, +as strings, where macro expansion is allowed." (save-excursion (goto-char (point-min)) (let ((properties-regexp -- 2.11.4.GIT