diff options
| author | Glenn Morris | 2017-10-27 20:06:29 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-10-27 20:06:29 -0400 |
| commit | 0b0d91e60a0c25fdb1b3f20128d4bcab398ea6df (patch) | |
| tree | 89c7ea471ce1c48c4405e9bf3962df1e64bd5986 | |
| parent | e6b4e5ffdf30ef4d63614ccbe952f1efb25096a7 (diff) | |
| download | emacs-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.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))) |