aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-01-19 17:37:05 +0000
committerRichard M. Stallman2006-01-19 17:37:05 +0000
commit154897a37ddc8dbaeaeff5450c894a3f5c8be9a0 (patch)
treecb43396c7edf3944c30fca2977315ccdf29e8479
parent8a176e64b2400c46434153d40ea2a0c50a073645 (diff)
downloademacs-154897a37ddc8dbaeaeff5450c894a3f5c8be9a0.tar.gz
emacs-154897a37ddc8dbaeaeff5450c894a3f5c8be9a0.zip
(Deletion): Upcase @key argument.
-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.
78 78
79@table @kbd 79@table @kbd
80@item C-d 80@item C-d
81@itemx @key{Delete} 81@itemx @key{DELETE}
82Delete next character (@code{delete-char}). If your keyboard has a 82Delete next character (@code{delete-char}). If your keyboard has a
83@key{Delete} function key (usually located in the edit keypad), Emacs 83@key{DELETE} function key (usually located in the edit keypad), Emacs
84binds it to @code{delete-char} as well. 84binds it to @code{delete-char} as well.
85@item @key{DEL} 85@item @key{DEL}
86@itemx @key{BS} 86@itemx @key{BS}