From: Stephen Berman Date: Fri, 21 Jun 2013 14:07:46 +0000 (+0200) Subject: * todo-mode.el: Change two occurrences of "document string" to X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2017 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebc83885b750d46eb290192ae25f6b9a92bdd15f;p=emacs.git * todo-mode.el: Change two occurrences of "document string" to "documentation string". --- diff --git a/lisp/calendar/ChangeLog b/lisp/calendar/ChangeLog index c5cf042abcc..574720fc905 100644 --- a/lisp/calendar/ChangeLog +++ b/lisp/calendar/ChangeLog @@ -1,3 +1,8 @@ +2013-06-21 Stephen Berman + + * todo-mode.el: Change two occurrences of "document string" to + "documentation string". + 2013-06-21 Stephen Berman * todo-mode.el: Clean up doc strings, comments and prompt strings, diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 1f0d7c7a4f3..15fce457dcf 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -56,10 +56,10 @@ ;; To see a list of all Todo mode commands and their key bindings, ;; including other entry points, type `C-h m' in Todo mode. Consult -;; the document strings of the commands for details of their use. The -;; `todo' customization group and its subgroups list the options you -;; can set to alter the behavior of many commands and various aspects -;; of the display. +;; the documentation strings of the commands for details of their use. +;; The `todo' customization group and its subgroups list the options +;; you can set to alter the behavior of many commands and various +;; aspects of the display. ;; This package is a new version of Oliver Seidel's todo-mode.el. ;; While it retains the same basic organization and handling of todo @@ -4029,7 +4029,7 @@ is nil, visit an appropriate file containing the list of filtered items; if there is no such file, or with non-nil NEW, build the list and display it. -See the document strings of the commands +See the documentation strings of the commands `todo-filter-top-priorities', `todo-filter-diary-items', `todo-filter-regexp-items', and those of the corresponding multifile commands for further details."