# HG changeset patch # User Alan Mackenzie # Date 1139686972 0 # Node ID e759a2258b51028658b583e959a81ae7c5c84746 # Parent c29218de4bba201eb7f36738276508c8d9d365ba programs.texi ("Hungry Delete"): Correct the appellation of the backspace and delete keys to @kbd{DEL} and @kbd{DELETE}. diff -r c29218de4bba -r e759a2258b51 man/programs.texi --- a/man/programs.texi Sat Feb 11 18:42:56 2006 +0000 +++ b/man/programs.texi Sat Feb 11 19:42:52 2006 +0000 @@ -1552,28 +1552,28 @@ preprocessor commands. @table @kbd -@item C-c C-@key{BS} -@itemx C-c @key{BS} +@item C-c C-@key{DEL} +@itemx C-c @key{DEL} @findex c-hungry-backspace -@kindex C-c C-@key{BS} (C Mode) -@kindex C-c @key{BS} (C Mode) +@kindex C-c C-@key{DEL} (C Mode) +@kindex C-c @key{DEL} (C Mode) @code{c-hungry-backspace}---Delete the entire block of whitespace preceding point. @item C-c C-d -@itemx C-c C-@key{DEL} -@itemx C-c @key{DEL} +@itemx C-c C-@key{DELETE} +@itemx C-c @key{DELETE} @findex c-hungry-delete-forward @kindex C-c C-d (C Mode) -@kindex C-c C-@key{DEL} (C Mode) -@kindex C-c @key{DEL} (C Mode) +@kindex C-c C-@key{DELETE} (C Mode) +@kindex C-c @key{DELETE} (C Mode) @code{c-hungry-delete-forward}---Delete the entire block of whitespace following point. @end table 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{BS} command deletes +the mode line after the mode name), a single @key{DEL} command deletes all preceding whitespace, not just one space, and a single @kbd{C-c C-d} (but @emph{not} @key{DELETE}) deletes all following whitespace.