aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
authorAlan Mackenzie2006-02-11 19:44:02 +0000
committerAlan Mackenzie2006-02-11 19:44:02 +0000
commit69d271a791599dfd66dcdc1078618f5cd61e3ef8 (patch)
tree03653429a472278b3b35fcdd38ebc7b21219be4c /man/programs.texi
parent518dc5be4e2547a25a2b33d853602866df5d085b (diff)
downloademacs-69d271a791599dfd66dcdc1078618f5cd61e3ef8.tar.gz
emacs-69d271a791599dfd66dcdc1078618f5cd61e3ef8.zip
programs.texi ("Hungry Delete"): Correct the appellation of the backspace
and delete keys to @kbd{DEL} and @kbd{DELETE}.
Diffstat (limited to 'man/programs.texi')
-rw-r--r--man/programs.texi18
1 files changed, 9 insertions, 9 deletions
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