aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog5
-rw-r--r--man/programs.texi18
2 files changed, 14 insertions, 9 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 3aa2faaf985..cd7700333df 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12006-02-11 Alan Mackenzie <acm@muc.de>
2
3 * programs.texi ("Hungry Delete"): Correct the appellation of the
4 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
5
12006-02-11 Mathias Dahl <mathias.dahl@gmail.com> 62006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2 7
3 * dired.texi (Tumme): Fixed small bug. 8 * dired.texi (Tumme): Fixed small bug.
diff --git a/man/programs.texi b/man/programs.texi
index f4df93a0d43..6404e3466bc 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1552,28 +1552,28 @@ whitespace either before point or after point in a single operation.
1552preprocessor commands. 1552preprocessor commands.
1553 1553
1554@table @kbd 1554@table @kbd
1555@item C-c C-@key{BS} 1555@item C-c C-@key{DEL}
1556@itemx C-c @key{BS} 1556@itemx C-c @key{DEL}
1557@findex c-hungry-backspace 1557@findex c-hungry-backspace
1558@kindex C-c C-@key{BS} (C Mode) 1558@kindex C-c C-@key{DEL} (C Mode)
1559@kindex C-c @key{BS} (C Mode) 1559@kindex C-c @key{DEL} (C Mode)
1560@code{c-hungry-backspace}---Delete the entire block of whitespace 1560@code{c-hungry-backspace}---Delete the entire block of whitespace
1561preceding point. 1561preceding point.
1562 1562
1563@item C-c C-d 1563@item C-c C-d
1564@itemx C-c C-@key{DEL} 1564@itemx C-c C-@key{DELETE}
1565@itemx C-c @key{DEL} 1565@itemx C-c @key{DELETE}
1566@findex c-hungry-delete-forward 1566@findex c-hungry-delete-forward
1567@kindex C-c C-d (C Mode) 1567@kindex C-c C-d (C Mode)
1568@kindex C-c C-@key{DEL} (C Mode) 1568@kindex C-c C-@key{DELETE} (C Mode)
1569@kindex C-c @key{DEL} (C Mode) 1569@kindex C-c @key{DELETE} (C Mode)
1570@code{c-hungry-delete-forward}---Delete the entire block of whitespace 1570@code{c-hungry-delete-forward}---Delete the entire block of whitespace
1571following point. 1571following point.
1572@end table 1572@end table
1573 1573
1574 As an alternative to the above commands, you can enable @dfn{hungry 1574 As an alternative to the above commands, you can enable @dfn{hungry
1575delete mode}. When this feature is enabled (indicated by @samp{/h} in 1575delete mode}. When this feature is enabled (indicated by @samp{/h} in
1576the mode line after the mode name), a single @key{BS} command deletes 1576the mode line after the mode name), a single @key{DEL} command deletes
1577all preceding whitespace, not just one space, and a single @kbd{C-c 1577all preceding whitespace, not just one space, and a single @kbd{C-c
1578C-d} (but @emph{not} @key{DELETE}) deletes all following whitespace. 1578C-d} (but @emph{not} @key{DELETE}) deletes all following whitespace.
1579 1579