1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00
emacs/doc
Stephen Berman 6dd006a86d 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.
2014-07-25 18:01:05 +02:00
..
emacs * doc/emacs/emacs.texi (Intro): Workaround makeinfo 4 @acronym bug. 2014-07-20 23:31:36 -04:00
lispintro Fix bug #18025 with typos in Emacs Lisp Introduction manual. 2014-07-15 19:06:49 +03:00
lispref * doc/lispref/debugging.texi (Function Debugging, Debugger Commands): 2014-07-08 14:24:39 -04:00
man Bump version to 24.3.92 2014-06-25 23:48:25 -07:00
misc Fix code and doc involving marked items. 2014-07-25 18:01:05 +02:00