aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-10-27 20:06:29 -0400
committerGlenn Morris2017-10-27 20:06:29 -0400
commit0b0d91e60a0c25fdb1b3f20128d4bcab398ea6df (patch)
tree89c7ea471ce1c48c4405e9bf3962df1e64bd5986
parente6b4e5ffdf30ef4d63614ccbe952f1efb25096a7 (diff)
downloademacs-0b0d91e60a0c25fdb1b3f20128d4bcab398ea6df.tar.gz
emacs-0b0d91e60a0c25fdb1b3f20128d4bcab398ea6df.zip
* lisp/calendar/todo-mode.el (todo-toggle-mark-item): Fix doc typo.
-rw-r--r--lisp/calendar/todo-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index d12dfc54492..3e568213a63 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -1756,7 +1756,7 @@ means prompt user and omit comment only on confirmation."
1756With positive numerical prefix argument N, change the marking of 1756With positive numerical prefix argument N, change the marking of
1757the next N items in the current category. If both the todo and 1757the next N items in the current category. If both the todo and
1758done items sections are visible, the sequence of N items can 1758done items sections are visible, the sequence of N items can
1759consist of the the last todo items and the first done items." 1759consist of the last todo items and the first done items."
1760 (interactive "p") 1760 (interactive "p")
1761 (when (todo-item-string) 1761 (when (todo-item-string)
1762 (let ((cat (todo-current-category))) 1762 (let ((cat (todo-current-category)))