+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,
;; 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
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."