0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

org-agenda: Fix a docstring

* lisp/org-agenda.el(org-agenda-entry-text-maxlines): Docstring fix.
This commit is contained in:
Marco Wahl 2016-10-04 18:13:57 +02:00
parent 194e51e102
commit 4d7d52ecd1

View file

@ -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)