emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/window.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Wed, 05 Jun 2002 13:01:31 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.416 emacs/src/window.c:1.417
*** emacs/src/window.c:1.416    Thu May 30 13:04:59 2002
--- emacs/src/window.c  Wed Jun  5 13:01:31 2002
***************
*** 439,445 ****
  
  DEFUN ("set-window-hscroll", Fset_window_hscroll, Sset_window_hscroll, 2, 2, 
0,
         doc: /* Set number of columns WINDOW is scrolled from left margin to 
NCOL.
! NCOL should be zero or positive.  */)
       (window, ncol)
       Lisp_Object window, ncol;
  {
--- 439,448 ----
  
  DEFUN ("set-window-hscroll", Fset_window_hscroll, Sset_window_hscroll, 2, 2, 
0,
         doc: /* Set number of columns WINDOW is scrolled from left margin to 
NCOL.
! NCOL should be zero or positive.
! 
! Note that if `automatic-hscrolling' is non-nil, you cannot scroll the
! window so that the location of point becomes invisible.  */)
       (window, ncol)
       Lisp_Object window, ncol;
  {



reply via email to

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