emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106590: Minor doc fixes in doc/emacs


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106590: Minor doc fixes in doc/emacs/display.texi.
Date: Sat, 03 Dec 2011 15:32:29 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106590
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2011-12-03 15:32:29 +0200
message:
  Minor doc fixes in doc/emacs/display.texi.
  
   doc/emacs/display.texi (Auto Scrolling): More accurate description of what
   scroll-*-aggressively does, including the effect of non-zero
   margin.  Fix "i.e." markup.
modified:
  doc/emacs/ChangeLog
  doc/emacs/display.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-12-02 16:50:10 +0000
+++ b/doc/emacs/ChangeLog       2011-12-03 13:32:29 +0000
@@ -1,3 +1,9 @@
+2011-12-03  Eli Zaretskii  <address@hidden>
+
+       * display.texi (Auto Scrolling): More accurate description of what
+       scroll-*-aggressively does, including the effect of non-zero
+       margin.  Fix "i.e." markup.
+
 2011-12-02  Chong Yidong  <address@hidden>
 
        * text.texi (Pages): Mention how formfeed chars are displayed.

=== modified file 'doc/emacs/display.texi'
--- a/doc/emacs/display.texi    2011-11-27 08:22:37 +0000
+++ b/doc/emacs/display.texi    2011-12-03 13:32:29 +0000
@@ -238,26 +238,32 @@
 @cindex aggressive scrolling
 @vindex scroll-up-aggressively
 @vindex scroll-down-aggressively
-  When the window does scroll by a longer distance, you can control
-how aggressively it scrolls by setting the variables
address@hidden and @code{scroll-down-aggressively}.
-The value of @code{scroll-up-aggressively} should be either
address@hidden, or a fraction @var{f} between 0 and 1.  A fraction
-specifies where on the screen to put point when scrolling upward,
-i.e. forward.  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.
+  When the window does scroll by a distance longer than
address@hidden, you can control how aggressively it scrolls by
+setting the variables @code{scroll-up-aggressively} and
address@hidden  The value of
address@hidden 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, i.e.@: forward.  When point
+goes off the window end, the new start position is chosen to put point
address@hidden parts of the window height from the bottom margin.  Thus,
+larger @var{f} means more aggressive scrolling: more new text is
+brought into view.  The default value, @code{nil}, is equivalent to
+0.5.
 
   Likewise, @code{scroll-down-aggressively} is used for scrolling
-down, i.e. backward.  The value specifies how far point should be
-placed from the top of the window; thus, as with
+down, i.e.@: backward.  The value specifies how far point should be
+placed from the top margin of the window; thus, as with
 @code{scroll-up-aggressively}, a larger value is more aggressive.
 
   These two variables are ignored if either @code{scroll-step} or
 @code{scroll-conservatively} are set to a non-zero value.
 
+  Note that @code{scroll-margin}, described below, limits the amount
+of scrolling so as to put point outside of the top or bottom margin,
+even if aggressive scrolling specifies a fraction @var{f} that is
+larger than the window portion between the top and the bottom margins.
+
 @vindex scroll-margin
   The variable @code{scroll-margin} restricts how close point can come
 to the top or bottom of a window.  Its value is a number of screen


reply via email to

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