emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/display.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/display.texi
Date: Sun, 17 Feb 2002 11:59:06 -0500

Index: emacs/man/display.texi
diff -c emacs/man/display.texi:1.57 emacs/man/display.texi:1.58
*** emacs/man/display.texi:1.57 Sat Feb 16 08:15:48 2002
--- emacs/man/display.texi      Sun Feb 17 11:59:06 2002
***************
*** 644,661 ****
    The value of the variable @code{automatic-hscroll-margin} controls
  how close to the window's edges point is allowed to get before the
  window will be automatically scrolled.  It is measured in columns.
  
  @vindex automatic-hscroll-step
    The variable @code{automatic-hscroll-step} determines how many
! columns to scroll the window when point gets too close to its edge.
! When point is closer to the window's edge than the number of columns
! given by @code{automatic-hscroll-margin}, automatic horizontal
! scrolling will scroll the window by the amount of columns determined
! by this variable.  If the value of @code{automatic-hscroll-step} is a
! positive integer, the window is scrolled that many columns.  If it's a
! floating-point number, it specifies the fraction of the window's width
! to scroll.  If it's zero, point will be centered horizontally after
! the scroll.  The default is zero.
  
  @vindex automatic-hscrolling
    To disable automatic horizontal scrolling, set the variable
--- 644,659 ----
    The value of the variable @code{automatic-hscroll-margin} controls
  how close to the window's edges point is allowed to get before the
  window will be automatically scrolled.  It is measured in columns.
+ If the value is 5, then moving point within 5 columns of the edge
+ causes horizontal scrolling away from that edge.
  
  @vindex automatic-hscroll-step
    The variable @code{automatic-hscroll-step} determines how many
! columns to scroll the window when point gets too close to the edge.
! If it's zero, horizontal scrolling centers point horizontally within
! the window.  If it's a positive integer, it specifies the number of
! columns to scroll by.  If it's a floating-point number, it specifies
! the fraction of the window's width to scroll by.  The default is zero.
  
  @vindex automatic-hscrolling
    To disable automatic horizontal scrolling, set the variable



reply via email to

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