diff options
author | Tassilo Horn <tsdh@gnu.org> | 2013-12-20 17:03:12 +0100 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2013-12-20 17:03:12 +0100 |
commit | 30aafaf5163efc0eef0baae304ea19e194e20aa1 (patch) | |
tree | 55a73a57a3ce367fa328f7b683b187a6824ed286 /doc/misc/woman.texi | |
parent | 7b4ec5497f42a3db1bbb0bfdba5560091587480f (diff) | |
download | emacs-30aafaf5163efc0eef0baae304ea19e194e20aa1.tar.gz |
Document `S-SPC' as alternative to scrolling down with `DEL'.
* doc/emacs/rmail.texi: Document `S-SPC' as alternative to scrolling down
with `DEL'.
* doc/emacs/calendar.texi: Ditto.
* doc/emacs/display.texi: Ditto.
* doc/emacs/help.texi: Ditto.
* doc/misc/info.texi: Document `S-SPC' as alternative to `DEL' for
scrolling.
* doc/misc/woman.texi: Ditto.
Diffstat (limited to 'doc/misc/woman.texi')
-rw-r--r-- | doc/misc/woman.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi index 8005d58ce8a..0502ab5c220 100644 --- a/doc/misc/woman.texi +++ b/doc/misc/woman.texi @@ -633,6 +633,11 @@ Scroll the man page up the window (@code{scroll-up}). @findex scroll-down Scroll the man page down the window (@code{scroll-down}). +@item @key{S-SPC} +@kindex S-SPC +@findex scroll-down +Scroll the man page down the window (@code{scroll-down}). + @item n @kindex n @findex Man-next-section |