summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2016-10-04 18:13:57 +0200
committerMarco Wahl <marcowahlsoft@gmail.com>2016-10-04 18:13:57 +0200
commit4d7d52ecd1b05c93800826c4be2ba628d94f850f (patch)
tree1bca83d3c01588752c507b3b0b71aa3afd66b358
parent194e51e102597c5f831ca9dbef264ab3c02d18c8 (diff)
downloadorg-mode-4d7d52ecd1b05c93800826c4be2ba628d94f850f.tar.gz
org-agenda: Fix a docstring
* lisp/org-agenda.el(org-agenda-entry-text-maxlines): Docstring fix.
-rw-r--r--lisp/org-agenda.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 0f7d8fe..47f2127 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1052,9 +1052,9 @@ current item's tree, in an indirect buffer."
(defcustom org-agenda-entry-text-maxlines 5
"Number of text lines to be added when `E' is pressed in the agenda.
-Note that this variable only used during agenda display. Add add entry text
+Note that this variable only used during agenda display. To add entry text
when exporting the agenda, configure the variable
-`org-agenda-add-entry-ext-maxlines'."
+`org-agenda-add-entry-text-maxlines'."
:group 'org-agenda
:type 'integer)