diff options
| author | Paul Eggert | 2016-05-01 18:07:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-05-01 18:07:57 -0700 |
| commit | a8da4d033d98f6bee89f3fd3f067389705c45d4d (patch) | |
| tree | 37a25e04d242d85980579076be228cdeecf8d7f1 /lisp/calendar | |
| parent | ce92397425d29ec27fc701c36c589a5e1f894898 (diff) | |
| parent | 71fb0e06e7e04d8300be10feffd3d314a76b4d27 (diff) | |
| download | emacs-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.el | 16 |
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 | ||
| 615 | When invoked in Todo mode, prompt for which todo file to visit. | 615 | When invoked in Todo mode, Todo Archive mode or Todo Filtered |
| 616 | When invoked outside of Todo mode with non-nil prefix argument | 616 | Items mode, or when invoked anywhere else with a prefix argument, |
| 617 | SOLICIT-FILE prompt for which todo file to visit; otherwise visit | 617 | prompt for which todo file to visit. When invoked outside of a |
| 618 | `todo-default-todo-file'. Subsequent invocations from outside | 618 | Todo mode buffer without a prefix argument, visit |
| 619 | of Todo mode revisit this file or, with option | 619 | `todo-default-todo-file'. Subsequent invocations from outside of |
| 620 | Todo 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 |
| 621 | file was last visited. | 622 | file was last visited. |
| 622 | 623 | ||
| @@ -643,10 +644,7 @@ In Todo mode just the category's unfinished todo items are shown | |||
| 643 | by default. The done items are hidden, but typing | 644 | by 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 |
| 645 | items. With non-nil user option `todo-show-with-done' both todo | 646 | items. With non-nil user option `todo-show-with-done' both todo |
| 646 | and done items are always shown on visiting a category. | 647 | and done items are always shown on visiting a category." |
| 647 | |||
| 648 | Invoking this command in Todo Archive mode visits the | ||
| 649 | corresponding 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))) |