From 4d7d52ecd1b05c93800826c4be2ba628d94f850f Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Tue, 4 Oct 2016 18:13:57 +0200 Subject: [PATCH] org-agenda: Fix a docstring * lisp/org-agenda.el(org-agenda-entry-text-maxlines): Docstring fix. --- lisp/org-agenda.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 0f7d8fe58..47f21278c 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)