diff options
| author | Lars Magne Ingebrigtsen | 2011-07-03 23:33:54 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-03 23:33:54 +0200 |
| commit | 61436e9f418dc7e769f5c59ed884d9188520cca8 (patch) | |
| tree | 6becd773e8fbdc1646a1f4f5781ceb58ae5d07ae | |
| parent | 6567659206992985307ef5dd19bcbecf975634c8 (diff) | |
| download | emacs-61436e9f418dc7e769f5c59ed884d9188520cca8.tar.gz emacs-61436e9f418dc7e769f5c59ed884d9188520cca8.zip | |
* display.texi (Scrolling): `C-v' (etc) are now bound to
`scroll-*-command'.
Fixes: debbugs:8349
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/display.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index f91ecc2f13f..aca1ccc663e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * display.texi (Scrolling): `C-v' (etc) are now bound to | ||
| 4 | `scroll-*-command' (bug#8349). | ||
| 5 | |||
| 1 | 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * dired.texi (Subdirectories in Dired): Clarify that `C-u k' | 8 | * dired.texi (Subdirectories in Dired): Clarify that `C-u k' |
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 3cec3e8fb8b..210b1b636a1 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -61,11 +61,11 @@ order; also, maybe redisplay the screen (@code{recenter-top-bottom}). | |||
| 61 | @item C-v | 61 | @item C-v |
| 62 | @itemx @key{next} | 62 | @itemx @key{next} |
| 63 | @itemx @key{PageDown} | 63 | @itemx @key{PageDown} |
| 64 | Scroll forward by nearly a full window (@code{scroll-up}). | 64 | Scroll forward by nearly a full window (@code{scroll-up-command}). |
| 65 | @item M-v | 65 | @item M-v |
| 66 | @itemx @key{prior} | 66 | @itemx @key{prior} |
| 67 | @itemx @key{PageUp} | 67 | @itemx @key{PageUp} |
| 68 | Scroll backward (@code{scroll-down}). | 68 | Scroll backward (@code{scroll-down-command}). |
| 69 | @item C-M-l | 69 | @item C-M-l |
| 70 | Scroll heuristically to bring useful information onto the screen | 70 | Scroll heuristically to bring useful information onto the screen |
| 71 | (@code{reposition-window}). | 71 | (@code{reposition-window}). |