# HG changeset patch # User Eli Zaretskii # Date 1023296491 0 # Node ID 6e2471fb2c1c6e42e0cb65f49a036e8f38d1beb1 # Parent f5d93bf3ddfbf354b3e2d9b8d65a6200008f85a7 (Fset_window_hscroll): Doc fix. diff -r f5d93bf3ddfb -r 6e2471fb2c1c src/window.c --- 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; {