mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-28 10:56:57 +00:00
org-capture: Fix docstring
* lisp/org-capture.el (org-capture--expand-keyword-in-embedded-elisp): Fix docstring.
This commit is contained in:
parent
6e31cf5a1e
commit
d94a0bcd61
@ -1631,8 +1631,8 @@ The template may still contain \"%?\" for cursor positioning."
|
||||
|
||||
(defun org-capture--expand-keyword-in-embedded-elisp (attr)
|
||||
"Recursively replace capture link keywords in ATTR sexp.
|
||||
Such keywords are prefixed with "%:". See `org-capture-template'
|
||||
for more information."
|
||||
Such keywords are prefixed with \"%:\". See
|
||||
`org-capture-template' for more information."
|
||||
(cond ((consp attr)
|
||||
(mapcar 'org-capture--expand-keyword-in-embedded-elisp attr))
|
||||
((symbolp attr)
|
||||
|
Loading…
Reference in New Issue
Block a user