aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar
diff options
context:
space:
mode:
authorPaul Eggert2016-05-01 18:07:57 -0700
committerPaul Eggert2016-05-01 18:07:57 -0700
commita8da4d033d98f6bee89f3fd3f067389705c45d4d (patch)
tree37a25e04d242d85980579076be228cdeecf8d7f1 /lisp/calendar
parentce92397425d29ec27fc701c36c589a5e1f894898 (diff)
parent71fb0e06e7e04d8300be10feffd3d314a76b4d27 (diff)
downloademacs-a8da4d033d98f6bee89f3fd3f067389705c45d4d.tar.gz
emacs-a8da4d033d98f6bee89f3fd3f067389705c45d4d.zip
Merge from origin/emacs-25
71fb0e0 Improve last change to vc-git-mode-line-string 6858e77 Todo mode doc bug fix e55d0db Fix revision calculation in vc-git-mode-line-string ca87b34 ; Fix errant revert ccb75d7 40bfebe Add Python 3.5 keyword "await" fa7886a Add new keywords of Python 3.5 ccb75d7 Partially revert previous change. 8ee168a ; * etc/NEWS: Update entry about color fonts on OS X with a w... b09ca27 Say why text-quoting-style is not a user option
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/todo-mode.el16
1 files changed, 7 insertions, 9 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index 9574c03043e..0529e970333 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -612,11 +612,12 @@ Otherwise, `todo-show' always visits `todo-default-todo-file'."
612(defun todo-show (&optional solicit-file interactive) 612(defun todo-show (&optional solicit-file interactive)
613 "Visit a todo file and display one of its categories. 613 "Visit a todo file and display one of its categories.
614 614
615When invoked in Todo mode, prompt for which todo file to visit. 615When invoked in Todo mode, Todo Archive mode or Todo Filtered
616When invoked outside of Todo mode with non-nil prefix argument 616Items mode, or when invoked anywhere else with a prefix argument,
617SOLICIT-FILE prompt for which todo file to visit; otherwise visit 617prompt for which todo file to visit. When invoked outside of a
618`todo-default-todo-file'. Subsequent invocations from outside 618Todo mode buffer without a prefix argument, visit
619of Todo mode revisit this file or, with option 619`todo-default-todo-file'. Subsequent invocations from outside of
620Todo mode revisit this file or, with option
620`todo-show-current-file' non-nil (the default), whichever todo 621`todo-show-current-file' non-nil (the default), whichever todo
621file was last visited. 622file was last visited.
622 623
@@ -643,10 +644,7 @@ In Todo mode just the category's unfinished todo items are shown
643by default. The done items are hidden, but typing 644by default. The done items are hidden, but typing
644`\\[todo-toggle-view-done-items]' displays them below the todo 645`\\[todo-toggle-view-done-items]' displays them below the todo
645items. With non-nil user option `todo-show-with-done' both todo 646items. With non-nil user option `todo-show-with-done' both todo
646and done items are always shown on visiting a category. 647and done items are always shown on visiting a category."
647
648Invoking this command in Todo Archive mode visits the
649corresponding todo file, displaying the corresponding category."
650 (interactive "P\np") 648 (interactive "P\np")
651 (when todo-default-todo-file 649 (when todo-default-todo-file
652 (todo-check-file (todo-absolute-file-name todo-default-todo-file))) 650 (todo-check-file (todo-absolute-file-name todo-default-todo-file)))