summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-11-05 13:38:18 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2012-11-05 13:38:18 +0100
commitd94a0bcd61c129297d20a6fb09cd0011a020fa08 (patch)
tree23ac8169c07d62c8446453e8cf0401cdb315e008
parent6e31cf5a1eeec3a97a053ec68c4f7a95e63c014c (diff)
downloadorg-mode-d94a0bcd61c129297d20a6fb09cd0011a020fa08.tar.gz
org-capture: Fix docstring
* lisp/org-capture.el (org-capture--expand-keyword-in-embedded-elisp): Fix docstring.
-rw-r--r--lisp/org-capture.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 695c5eb..5d483d7 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -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)