diff options
| author | Tassilo Horn | 2013-12-20 17:03:12 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2013-12-20 17:03:12 +0100 |
| commit | 30aafaf5163efc0eef0baae304ea19e194e20aa1 (patch) | |
| tree | 55a73a57a3ce367fa328f7b683b187a6824ed286 /etc | |
| parent | 7b4ec5497f42a3db1bbb0bfdba5560091587480f (diff) | |
| download | emacs-30aafaf5163efc0eef0baae304ea19e194e20aa1.tar.gz emacs-30aafaf5163efc0eef0baae304ea19e194e20aa1.zip | |
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. | |||
| 248 | ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', | 248 | ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', |
| 249 | bound to <f11> and M-<f10>, respectively. | 249 | bound to <f11> and M-<f10>, respectively. |
| 250 | 250 | ||
| 251 | +++ | ||
| 251 | ** In keymaps where SPC scrolls, S-SPC now scrolls in the reverse direction. | 252 | ** In keymaps where SPC scrolls, S-SPC now scrolls in the reverse direction. |
| 252 | Eg View mode, etc. | 253 | Eg View mode, etc. |
| 253 | 254 | ||