diff options
Diffstat (limited to 'lisp/calendar/todo-mode.el')
-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 3e568213a63..0ae59c58804 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -5210,7 +5210,7 @@ If the category's done items are visible, this command called with a prefix argument only moves point to a higher item, e.g., with point on the first done item and called with prefix 1, it moves to the last todo item; but if called with point on the -first done item without a prefix argument, it moves point the the +first done item without a prefix argument, it moves point to the empty line above the done items separator." (let* ((done (todo-done-item-p))) (todo-item-start) |