summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-01-31 17:50:36 +0200
committerEli Zaretskii <eliz@gnu.org>2015-01-31 17:50:36 +0200
commit1c1d0b75e8b2650184c96476449a66884e663372 (patch)
tree5d6d9ac7abc5c29f47a89bb00629a35aa9f9d2ea
parentbe7fb822b8bfee77c705fb5bccdc35d4212cfde0 (diff)
downloademacs-1c1d0b75e8b2650184c96476449a66884e663372.tar.gz
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.
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/programs.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 24d94f95454..02e4845e0b8 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -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
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 547de42ed49..329175409bf 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -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