emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/windows.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/windows.texi
Date: Sat, 08 Jun 2002 14:33:57 -0400

Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.55 emacs/lispref/windows.texi:1.56
*** emacs/lispref/windows.texi:1.55     Thu May 30 13:03:50 2002
--- emacs/lispref/windows.texi  Sat Jun  8 14:33:56 2002
***************
*** 1612,1617 ****
--- 1612,1625 ----
  @var{columns} should be zero or positive; if not, it is taken as zero.
  Fractional values of @var{columns} are not supported at present.
  
+ Note that @code{set-window-hscroll} may appear not to work if you test
+ it by evaluating a call with @kbd{M-:} in a simple way.  What happens
+ is that the function sets the horizontal scroll value and returns, but
+ then redisplay adjusts the horizontal scrolling to make point visible,
+ and this overrides what the function did.  You can observe the
+ function's effect if you call it while point is sufficiently far from
+ the left margin that it will remain visible.
+ 
  The value returned is @var{columns}.
  
  @example



reply via email to

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