summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-01-19 17:37:05 +0000
committerRichard M. Stallman <rms@gnu.org>2006-01-19 17:37:05 +0000
commitadd70a57df2828086ffbfd4eb2fecebe3fe5f2c6 (patch)
treefb4000b8db1180d32ac6f507814f03e0946e32fd /man
parentb96fd840efac5d8b75f874791b1c45cb77ad05f5 (diff)
downloademacs-add70a57df2828086ffbfd4eb2fecebe3fe5f2c6.tar.gz
(Deletion): Upcase @key argument.
Diffstat (limited to 'man')
-rw-r--r--man/killing.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/killing.texi b/man/killing.texi
index 738043cd61b..9ee6e7e62e3 100644
--- a/man/killing.texi
+++ b/man/killing.texi
@@ -78,9 +78,9 @@ erase just one character or only whitespace.
@table @kbd
@item C-d
-@itemx @key{Delete}
+@itemx @key{DELETE}
Delete next character (@code{delete-char}). If your keyboard has a
-@key{Delete} function key (usually located in the edit keypad), Emacs
+@key{DELETE} function key (usually located in the edit keypad), Emacs
binds it to @code{delete-char} as well.
@item @key{DEL}
@itemx @key{BS}