]> git.eshelyaron.com Git - emacs.git/commitdiff
* todo-mode.el: Change two occurrences of "document string" to
authorStephen Berman <stephen.berman@gmx.net>
Fri, 21 Jun 2013 14:07:46 +0000 (16:07 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Fri, 21 Jun 2013 14:07:46 +0000 (16:07 +0200)
"documentation string".

lisp/calendar/ChangeLog
lisp/calendar/todo-mode.el

index c5cf042abcc0692879cfc9cb9890c0d4be815f3a..574720fc90564ea51687ed11bd1e4c544f1d87d9 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
+
+       * todo-mode.el: Change two occurrences of "document string" to
+       "documentation string".
+
 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
 
        * todo-mode.el: Clean up doc strings, comments and prompt strings,
index 1f0d7c7a4f35bbf50d1e8ebe6f0b53b43d6c9b6d..15fce457dcf51b62c80f4123cfb55a53b4e00c3c 100644 (file)
 
 ;; 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."