Browse Source

Docstring fix, patch by Gregory J. Gubbs

Carsten Dominik 15 years ago
parent
commit
5f35facc1a
2 changed files with 4 additions and 2 deletions
  1. 2 0
      lisp/ChangeLog
  2. 2 2
      lisp/org-remember.el

+ 2 - 0
lisp/ChangeLog

@@ -1,5 +1,7 @@
 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
 
 
+	* org-remember.el (org-remember-templates): Documentation fix.
+
 	* org.el (org-move-subtree-down): Use `org-get-next-sibling' and
 	* org.el (org-move-subtree-down): Use `org-get-next-sibling' and
 	`org-get-last-sibling' instead of the outline versions of these
 	`org-get-last-sibling' instead of the outline versions of these
 	functions.
 	functions.

+ 2 - 2
lisp/org-remember.el

@@ -130,8 +130,8 @@ Furthermore, the following %-escapes will be replaced with content:
               You may define a prompt like %^{Please specify birthday
               You may define a prompt like %^{Please specify birthday
   %n          user name (taken from `user-full-name')
   %n          user name (taken from `user-full-name')
   %a          annotation, normally the link created with org-store-link
   %a          annotation, normally the link created with org-store-link
-  %i          initial content, the region active.  If %i is indented,
-              the entire inserted text will be indented as well.
+  %i          initial content, copied from the active region.  If %i is 
+              indented, the entire inserted text will be indented as well.
   %c          current kill ring head
   %c          current kill ring head
   %x          content of the X clipboard
   %x          content of the X clipboard
   %^C         Interactive selection of which kill or clip to use
   %^C         Interactive selection of which kill or clip to use