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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/display.texi
Date: Sun, 03 Mar 2002 12:36:21 -0500

Index: emacs/man/display.texi
diff -c emacs/man/display.texi:1.58 emacs/man/display.texi:1.59
*** emacs/man/display.texi:1.58 Sun Feb 17 11:59:06 2002
--- emacs/man/display.texi      Sun Mar  3 12:36:21 2002
***************
*** 640,663 ****
  to scroll the window, but never farther to the right than the amount
  you previously set by @code{scroll-left}.
  
! @vindex automatic-hscroll-margin
!   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
! @code{automatic-hscrolling} to @code{nil}.
  
  @node Follow Mode
  @section Follow Mode
--- 640,663 ----
  to scroll the window, but never farther to the right than the amount
  you previously set by @code{scroll-left}.
  
! @vindex hscroll-margin
!   The value of the variable @code{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 hscroll-step
!   The variable @code{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 auto-hscroll-mode
    To disable automatic horizontal scrolling, set the variable
! @code{auto-hscroll-mode} to @code{nil}.
  
  @node Follow Mode
  @section Follow Mode



reply via email to

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