* lisp/calendar/todo-mode.el (todo-toggle-mark-item): Fix doc typo.

This commit is contained in:
Glenn Morris 2017-10-27 20:06:29 -04:00
parent e6b4e5ffdf
commit 0b0d91e60a

View file

@ -1756,7 +1756,7 @@ means prompt user and omit comment only on confirmation."
With positive numerical prefix argument N, change the marking of With positive numerical prefix argument N, change the marking of
the next N items in the current category. If both the todo and the next N items in the current category. If both the todo and
done items sections are visible, the sequence of N items can done items sections are visible, the sequence of N items can
consist of the the last todo items and the first done items." consist of the last todo items and the first done items."
(interactive "p") (interactive "p")
(when (todo-item-string) (when (todo-item-string)
(let ((cat (todo-current-category))) (let ((cat (todo-current-category)))