summaryrefslogtreecommitdiff
path: root/doc/misc/todo-mode.texi
diff options
context:
space:
mode:
authorStephen Berman <stephen.berman@gmx.net>2014-07-25 18:01:05 +0200
committerStephen Berman <stephen.berman@gmx.net>2014-07-25 18:01:05 +0200
commit6dd006a86d401a494efd48a31c5fe6e511e42b52 (patch)
tree643fc3b59f8b90fc7d8de4a766b10b1d842f8f19 /doc/misc/todo-mode.texi
parentc509a535a86acc8efc13df4d379ec09ef3659287 (diff)
downloademacs-6dd006a86d401a494efd48a31c5fe6e511e42b52.tar.gz
Fix code and doc involving marked items.
* todo-mode.texi (Marked Items): Correct omission of item deletion from commands applying to both todo and done items. * calendar/todo-mode.el: Fix handling of marked items and make minor code improvements. (todo-edit-item): If there are marked items, ensure user can only invoke editing commands that work with marked items. (todo-edit-item--text): When there are marked items, make it a noop if invoked with point not on an item; otherwise, ensure it applies only to item at point. (todo-item-undone): If there are marked not-done items, return point to its original position before signaling user error. (todo--user-error-if-marked-done-item): New function. (todo-edit-item--header, todo-edit-item--diary-inclusion) (todo-item-done): Use it.
Diffstat (limited to 'doc/misc/todo-mode.texi')
-rw-r--r--doc/misc/todo-mode.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/misc/todo-mode.texi b/doc/misc/todo-mode.texi
index 092137268f7..9b0ec6e85a3 100644
--- a/doc/misc/todo-mode.texi
+++ b/doc/misc/todo-mode.texi
@@ -1323,10 +1323,11 @@ If you use @kbd{m}, @kbd{d}, @kbd{A d} or @kbd{u} on multiple
noncontiguous marked items, the relocated items retain their relative
order but are now listed consecutively en bloc.
-You can mark both todo and done items, but note that only @kbd{m} can apply
-to both; other commands only affect either marked todo or marked done
-items, so if both types of items are marked, invoking these commands
-has no effect and informs you of your erroneous attempt.
+You can mark both todo and done items, but note that only @kbd{m} and
+@kbd{k} can apply to both; other commands only affect either marked
+todo or marked done items, so if both types of items are marked,
+invoking these commands has no effect and informs you of your
+erroneous attempt.
@node Todo Categories Mode, Searching for Items, Marked Items, Top
@chapter Todo Categories Mode