Docstring fix, patch by Gregory J. Gubbs

This commit is contained in:
Carsten Dominik 2009-08-28 10:05:11 +02:00
parent 4b6988bf36
commit 5f35facc1a
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
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-get-last-sibling' instead of the outline versions of these
functions.

View File

@ -130,8 +130,8 @@ Furthermore, the following %-escapes will be replaced with content:
You may define a prompt like %^{Please specify birthday
%n user name (taken from `user-full-name')
%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
%x content of the X clipboard
%^C Interactive selection of which kill or clip to use