diff src/window.c @ 45645:6e2471fb2c1c

(Fset_window_hscroll): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 05 Jun 2002 17:01:31 +0000
parents 5fd12f9027a3
children aab759361c24
line wrap: on
line diff
--- a/src/window.c	Wed Jun 05 12:10:26 2002 +0000
+++ b/src/window.c	Wed Jun 05 17:01:31 2002 +0000
@@ -439,7 +439,10 @@
 
 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.  */)
+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;
 {