aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Berman2013-06-21 16:07:46 +0200
committerStephen Berman2013-06-21 16:07:46 +0200
commitebc83885b750d46eb290192ae25f6b9a92bdd15f (patch)
tree6f03a9df2fc2e184a376af94dd76305e013c49ad
parent4fe738d374d68aad467ff3329510c64bf3fcbd15 (diff)
downloademacs-ebc83885b750d46eb290192ae25f6b9a92bdd15f.tar.gz
emacs-ebc83885b750d46eb290192ae25f6b9a92bdd15f.zip
* todo-mode.el: Change two occurrences of "document string" to
"documentation string".
-rw-r--r--lisp/calendar/ChangeLog5
-rw-r--r--lisp/calendar/todo-mode.el10
2 files changed, 10 insertions, 5 deletions
diff --git a/lisp/calendar/ChangeLog b/lisp/calendar/ChangeLog
index c5cf042abcc..574720fc905 100644
--- a/lisp/calendar/ChangeLog
+++ b/lisp/calendar/ChangeLog
@@ -1,5 +1,10 @@
12013-06-21 Stephen Berman <stephen.berman@gmx.net> 12013-06-21 Stephen Berman <stephen.berman@gmx.net>
2 2
3 * todo-mode.el: Change two occurrences of "document string" to
4 "documentation string".
5
62013-06-21 Stephen Berman <stephen.berman@gmx.net>
7
3 * todo-mode.el: Clean up doc strings, comments and prompt strings, 8 * todo-mode.el: Clean up doc strings, comments and prompt strings,
4 mainly by changing "Todo" to "todo" when it is not part of a mode 9 mainly by changing "Todo" to "todo" when it is not part of a mode
5 name or does not begin a sentence. 10 name or does not begin a sentence.
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 @@
56 56
57;; To see a list of all Todo mode commands and their key bindings, 57;; To see a list of all Todo mode commands and their key bindings,
58;; including other entry points, type `C-h m' in Todo mode. Consult 58;; including other entry points, type `C-h m' in Todo mode. Consult
59;; the document strings of the commands for details of their use. The 59;; the documentation strings of the commands for details of their use.
60;; `todo' customization group and its subgroups list the options you 60;; The `todo' customization group and its subgroups list the options
61;; can set to alter the behavior of many commands and various aspects 61;; you can set to alter the behavior of many commands and various
62;; of the display. 62;; aspects of the display.
63 63
64;; This package is a new version of Oliver Seidel's todo-mode.el. 64;; This package is a new version of Oliver Seidel's todo-mode.el.
65;; While it retains the same basic organization and handling of todo 65;; 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
4029items; if there is no such file, or with non-nil NEW, build the 4029items; if there is no such file, or with non-nil NEW, build the
4030list and display it. 4030list and display it.
4031 4031
4032See the document strings of the commands 4032See the documentation strings of the commands
4033`todo-filter-top-priorities', `todo-filter-diary-items', 4033`todo-filter-top-priorities', `todo-filter-diary-items',
4034`todo-filter-regexp-items', and those of the corresponding 4034`todo-filter-regexp-items', and those of the corresponding
4035multifile commands for further details." 4035multifile commands for further details."