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 /etc | |
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 'etc')
-rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -248,6 +248,7 @@ was mistakenly retained. ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', bound to <f11> and M-<f10>, respectively. ++++ ** In keymaps where SPC scrolls, S-SPC now scrolls in the reverse direction. Eg View mode, etc. |