]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_window_hscroll): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 5 Jun 2002 16:57:59 +0000 (16:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 5 Jun 2002 16:57:59 +0000 (16:57 +0000)
src/ChangeLog
src/window.c

index 2f072b7d0888c5e0bd5ed931ff0a94f4c87fd8a8..8c8454dfe471c90287f06d3fdf5357cd875a252c 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * window.c (Fset_window_hscroll): Doc fix.
+
 2002-05-31  Gerd Moellmann  <gerd@gnu.org>
 
        * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
index c58fd2f36b0e72a0bb853a8c26bc2cfe1c0ed642..79ae64ff7e98c91fd394671e1fb9b5cb812d356e 100644 (file)
@@ -428,7 +428,10 @@ DEFUN ("window-hscroll", Fwindow_hscroll, Swindow_hscroll, 0, 1, 0,
 
 DEFUN ("set-window-hscroll", Fset_window_hscroll, Sset_window_hscroll, 2, 2, 0,
   "Set number of columns WINDOW is scrolled from left margin to NCOL.\n\
-NCOL should be zero or positive.")
+NCOL should be zero or positive.\n\
+\n\
+Note that if `automatic-hscrolling' is non-nil, you cannot scroll the\n\
+window so that the location of point is not visible.")
   (window, ncol)
      Lisp_Object window, ncol;
 {