org-agenda.el (org-agenda-insert-diary-make-new-entry): Fix docstring

* org-agenda.el (org-agenda-insert-diary-make-new-entry): Fix
docstring.

Thanks to Nikolai Weibull for reporting this.
This commit is contained in:
Bastien Guerry 2014-05-30 13:58:50 +02:00
parent 822dcfc881
commit c53aeda585
1 changed files with 3 additions and 3 deletions

View File

@ -9448,9 +9448,9 @@ a timestamp can be added there."
(if org-adapt-indentation (org-indent-to-column 2))) (if org-adapt-indentation (org-indent-to-column 2)))
(defun org-agenda-insert-diary-make-new-entry (text) (defun org-agenda-insert-diary-make-new-entry (text)
"Make new entry as last child of current entry. "Make a new entry with TEXT as the first child of the current subtree.
Add TEXT as headline, and position the cursor in the second line so that Position the point in the line right after the new heading so
a timestamp can be added there." that a timestamp can be added there."
(let ((org-show-following-heading t) (let ((org-show-following-heading t)
(org-show-siblings t) (org-show-siblings t)
(org-show-hierarchy-above t) (org-show-hierarchy-above t)