Hello,

Nicolas Goaziou <n.goaz...@gmail.com> writes:

> Hello,
>
> Ryo TAKAISHI <ryo.takaish...@gmail.com> writes:
>
>> I create a complete patch for current commit.
>
> I've pushed your patch on master (with some documentation tweaks). Thank
> you for your work.

Thank you very much.
But, I had forgot to escape double quote in docstring, so attach patch
fixing it.

> Also, please consider signing FSF papers if you want to make other
> contributions to Org.

OK, I want to consider when I send a patch next time.

Regards,
Ryo

>From dacf4ef0677f80cfc589bf5014ca71dfdd2dc3d4 Mon Sep 17 00:00:00 2001
From: Ryo TAKAISHI <ryo.takaish...@gmail.com>
Date: Mon, 5 Nov 2012 21:20:14 +0900
Subject: [PATCH] org-capture: Fix a docstring

* lisp/org-capture.el: Fix a docstring.

TINYCHANGE
---
 lisp/org-capture.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 695c5eb..ccdb0c1 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -1631,7 +1631,7 @@ 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'
+Such keywords are prefixed with '%:'.  See `org-capture-template'
 for more information."
   (cond ((consp attr)
 	 (mapcar 'org-capture--expand-keyword-in-embedded-elisp attr))
-- 
1.7.9.5

Reply via email to