emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104915: * display.texi (Scrolling):


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104915: * display.texi (Scrolling): `C-v' (etc) are now bound to
Date: Sun, 03 Jul 2011 23:33:54 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104915
fixes bug(s): http://debbugs.gnu.org/8349
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-03 23:33:54 +0200
message:
  * display.texi (Scrolling): `C-v' (etc) are now bound to
  `scroll-*-command'.
modified:
  doc/emacs/ChangeLog
  doc/emacs/display.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-07-02 15:43:04 +0000
+++ b/doc/emacs/ChangeLog       2011-07-03 21:33:54 +0000
@@ -1,3 +1,8 @@
+2011-07-03  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * display.texi (Scrolling): `C-v' (etc) are now bound to
+       `scroll-*-command' (bug#8349).
+
 2011-07-02  Lars Magne Ingebrigtsen  <address@hidden>
 
        * dired.texi (Subdirectories in Dired): Clarify that `C-u k'

=== modified file 'doc/emacs/display.texi'
--- a/doc/emacs/display.texi    2011-05-17 02:26:56 +0000
+++ b/doc/emacs/display.texi    2011-07-03 21:33:54 +0000
@@ -61,11 +61,11 @@
 @item C-v
 @itemx @key{next}
 @itemx @key{PageDown}
-Scroll forward by nearly a full window (@code{scroll-up}).
+Scroll forward by nearly a full window (@code{scroll-up-command}).
 @item M-v
 @itemx @key{prior}
 @itemx @key{PageUp}
-Scroll backward (@code{scroll-down}).
+Scroll backward (@code{scroll-down-command}).
 @item C-M-l
 Scroll heuristically to bring useful information onto the screen
 (@code{reposition-window}).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]