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 r100538: doc/emacs/display.texi (A


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100538: doc/emacs/display.texi (Auto Scrolling): Fix last change.
Date: Sat, 26 Mar 2011 21:03:24 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100538
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-03-26 21:03:24 +0200
message:
   doc/emacs/display.texi (Auto Scrolling): Fix last change.
modified:
  doc/emacs/display.texi
=== modified file 'doc/emacs/display.texi'
--- a/doc/emacs/display.texi    2011-03-26 16:20:16 +0000
+++ b/doc/emacs/display.texi    2011-03-26 19:03:24 +0000
@@ -194,16 +194,18 @@
 @code{scroll-up-aggressively} and @code{scroll-down-aggressively}.
 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 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.
+specifies where on the screen to put point when scrolling upward,
+i.e.@: when point moves forward in the buffer, and therefore text
+scrolls up in the window.  When point goes off 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: more new text is brought into view.  The default value,
address@hidden, 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 top
-of the window; thus, as with @code{scroll-up-aggressively}, a larger
-value is more aggressive.
+down, i.e.@: moving point back in the buffer.  The value specifies how
+far point should be placed from the top of the window; thus, as with
address@hidden, 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]