diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-03-08 08:21:11 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-03-08 08:21:11 +0000 |
commit | 7d794ffbd60f66c5a3d20e6321704b1931ea829a (patch) | |
tree | 115b59be2c96fe082327bd04bbbd12d11fd4830b /man/help.texi | |
parent | a37e0699ae62862ff77f81da3e71269a2e27ef06 (diff) | |
download | emacs-7d794ffbd60f66c5a3d20e6321704b1931ea829a.tar.gz |
(Help Mode): Mention the backspace key.
Diffstat (limited to 'man/help.texi')
-rw-r--r-- | man/help.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/help.texi b/man/help.texi index 411f7c3a9b3..13e68e954e4 100644 --- a/man/help.texi +++ b/man/help.texi @@ -412,7 +412,9 @@ Ops}), plus a few special commands of their own. @item @key{SPC} Scroll forward. @item @key{DEL} -Scroll backward. +@itemx @key{BS} +Scroll backward. On some keyboards, this key is known as @key{BS} or +@key{backspace}. @item @key{RET} Follow a cross reference at point. @item @key{TAB} |