summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-05-30 14:02:46 +0200
committerBastien Guerry <bzg@altern.org>2014-05-30 14:02:46 +0200
commita060fb0a08d8c07a93368714f3cbfa9696270f20 (patch)
tree724a6d93fbafba664747c4dbfa92ea6ba0792cd6
parent63ce68af06287bd15ca3c00b0f11ab1cec16ea4b (diff)
parentc53aeda58569bb1d70687f7787c13d088ef3593d (diff)
downloadorg-mode-a060fb0a08d8c07a93368714f3cbfa9696270f20.tar.gz
Merge branch 'maint'
-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 c1170c0..0e88a70 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -9502,9 +9502,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)