summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-05-30 13:58:50 +0200
committerBastien Guerry <bzg@altern.org>2014-05-30 13:58:50 +0200
commitc53aeda58569bb1d70687f7787c13d088ef3593d (patch)
tree784781f2c4272d66a9314b2b1d28b5dde3322329
parent822dcfc881a5df3249fcecf4b7bc71ee9c321b92 (diff)
downloadorg-mode-c53aeda58569bb1d70687f7787c13d088ef3593d.tar.gz
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.
-rw-r--r--lisp/org-agenda.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 9f0fc02..84b75a9 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -9448,9 +9448,9 @@ a timestamp can be added there."
(if org-adapt-indentation (org-indent-to-column 2)))
(defun org-agenda-insert-diary-make-new-entry (text)
- "Make new entry as last child of current entry.
-Add TEXT as headline, and position the cursor in the second line so that
-a timestamp can be added there."
+ "Make a new entry with TEXT as the first child of the current subtree.
+Position the point in the line right after the new heading so
+that a timestamp can be added there."
(let ((org-show-following-heading t)
(org-show-siblings t)
(org-show-hierarchy-above t)