diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-09-22 21:13:57 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-09-22 21:13:57 +0000 |
commit | e45da31d30a4afc0a8c6ec87175b423e139574dd (patch) | |
tree | 03e029c60ab3a2b377cfea998b1099355baf6c1f | |
parent | 54eac12ca526728502b8254e05c6b74e4cf83c74 (diff) | |
download | emacs-e45da31d30a4afc0a8c6ec87175b423e139574dd.tar.gz |
* emacs.texi (Top): Remove Kill Errors from menu.
-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. |