浏览代码

org-agenda: Fix a docstring

* lisp/org-agenda.el(org-agenda-entry-text-maxlines): Docstring fix.
Marco Wahl 8 年之前
父节点
当前提交
4d7d52ecd1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org-agenda.el

+ 2 - 2
lisp/org-agenda.el

@@ -1052,9 +1052,9 @@ current item's tree, in an indirect buffer."
 (defcustom org-agenda-entry-text-maxlines 5
 (defcustom org-agenda-entry-text-maxlines 5
   "Number of text lines to be added when `E' is pressed in the agenda.
   "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
 when exporting the agenda, configure the variable
-`org-agenda-add-entry-ext-maxlines'."
+`org-agenda-add-entry-text-maxlines'."
   :group 'org-agenda
   :group 'org-agenda
   :type 'integer)
   :type 'integer)