diff options
-rw-r--r-- | doc/emacs/ChangeLog | 8 | ||||
-rw-r--r-- | doc/emacs/emacs.texi | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index a1c9af8f5bc..a9c6fe79aa6 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,7 +1,11 @@ +2008-09-22 Juanma Barranquero <lekktu@gmail.com> + + * emacs.texi (Top): Remove Kill Errors from menu. + 2008-09-22 Chong Yidong <cyd@stupidchicken.com> - * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link - to Erasing node. + * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. + Link to Erasing node. (Undo): Reorganize paragraphs for logical flow. Move keybinding rationale to a footnote. (Kill Errors): Remove node, due to redundancy with Erasing. diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 822724348bc..800cde36e1d 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -391,7 +391,6 @@ Replacement Commands Commands for Fixing Typos * Undo:: Full details of Emacs undo commands. -* Kill Errors:: Commands to kill a batch of recently entered text. * Transpose:: Exchanging two characters, words, lines, lists... * Fixing Case:: Correcting case of last word entered. * Spelling:: Apply spelling checker to a word or a whole buffer. |