diff options
| -rw-r--r-- | lisp/calendar/todo-mode.el | 2 |
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." | |||
| 1756 | With positive numerical prefix argument N, change the marking of | 1756 | With positive numerical prefix argument N, change the marking of |
| 1757 | the next N items in the current category. If both the todo and | 1757 | the next N items in the current category. If both the todo and |
| 1758 | done items sections are visible, the sequence of N items can | 1758 | done items sections are visible, the sequence of N items can |
| 1759 | consist of the the last todo items and the first done items." | 1759 | consist 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))) |