]> code.delx.au - gnu-emacs/commitdiff
Fix a typo in the Emacs manual's Hungry Delete description.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Jan 2015 15:50:36 +0000 (17:50 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Jan 2015 15:50:36 +0000 (17:50 +0200)
 doc/emacs/programs.texi (Hungry Delete): Fix a typo: "C-d" instead of
 "C-c C-d" in hungry-delete mode.

doc/emacs/ChangeLog
doc/emacs/programs.texi

index 24d94f95454b5c0afd9850d5c1b2a2d003684509..02e4845e0b84f76723ef7e4b4bc721a891da4d88 100644 (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
index 547de42ed49ad28f60fa62b48f289e2f23500b05..329175409bf08ef71dbc15d6ffc1bf1a146f4fde 100644 (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