aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)))