emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100537: * doc/emacs/display.texi


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100537: * doc/emacs/display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
Date: Sat, 26 Mar 2011 12:20:16 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100537
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-03-26 12:20:16 -0400
message:
  * doc/emacs/display.texi (Auto Scrolling): Fix scroll-up/scroll-down 
confusion.
modified:
  doc/emacs/ChangeLog
  doc/emacs/display.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-03-11 11:17:24 +0000
+++ b/doc/emacs/ChangeLog       2011-03-26 16:20:16 +0000
@@ -1,3 +1,7 @@
+2011-03-26  Chong Yidong  <address@hidden>
+
+       * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
+
 2011-03-11  Eli Zaretskii  <address@hidden>
 
        * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets

=== modified file 'doc/emacs/display.texi'
--- a/doc/emacs/display.texi    2011-01-02 23:50:46 +0000
+++ b/doc/emacs/display.texi    2011-03-26 16:20:16 +0000
@@ -195,15 +195,15 @@
 The value of @code{scroll-up-aggressively} should be either
 @code{nil}, or a fraction @var{f} between 0 and 1.  A fraction
 specifies where on the screen to put point when scrolling upward: when
-a window scrolls up because point is above the window start, the new
-start position is chosen to put point @var{f} parts of the window
-height from the top.  Thus, larger @var{f} means more aggressive
+a window scrolls up because point below the window end, the new start
+position is chosen to put point @var{f} parts of the window height
+from the bottom.  Thus, larger @var{f} means more aggressive
 scrolling.  The default value, @code{nil}, is equivalent to 0.5.
 
   Likewise, @code{scroll-down-aggressively} is used for scrolling
-down.  The value specifies how far point should be placed from the
-bottom of the window; thus, as with @code{scroll-up-aggressively}, a
-larger value is more aggressive.
+down.  The value specifies how far point should be placed from the top
+of the window; thus, as with @code{scroll-up-aggressively}, a larger
+value is more aggressive.
 
 @vindex scroll-margin
   The variable @code{scroll-margin} restricts how close point can come


reply via email to

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