1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-22 04:21:24 -08:00

Fix a typo in the Emacs manual's Hungry Delete description.

doc/emacs/programs.texi (Hungry Delete): Fix a typo: "C-d" instead of
 "C-c C-d" in hungry-delete mode.
This commit is contained in:
Eli Zaretskii 2015-01-31 17:50:36 +02:00
parent be7fb822b8
commit 1c1d0b75e8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-01-31 Eli Zaretskii <eliz@gnu.org>
* programs.texi (Hungry Delete): Fix a typo: "C-d" instead of
"C-c C-d" in hungry-delete mode.
2015-01-29 Eli Zaretskii <eliz@gnu.org>
* mule.texi (Language Environments): Work around refill bug in

View file

@ -1666,7 +1666,7 @@ Delete the entire block of whitespace after point (@code{c-hungry-delete-forward
As an alternative to the above commands, you can enable @dfn{hungry
delete mode}. When this feature is enabled (indicated by @samp{/h} in
the mode line after the mode name), a single @key{DEL} deletes all
preceding whitespace, not just one space, and a single @kbd{C-c C-d}
preceding whitespace, not just one space, and a single @kbd{C-d}
(but @emph{not} plain @key{Delete}) deletes all following whitespace.
@table @kbd