From d94a0bcd61c129297d20a6fb09cd0011a020fa08 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 5 Nov 2012 13:38:18 +0100 Subject: [PATCH] org-capture: Fix docstring * lisp/org-capture.el (org-capture--expand-keyword-in-embedded-elisp): Fix docstring. --- lisp/org-capture.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 695c5eb48..5d483d791 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)