+2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * window.c (Fset_window_hscroll): Doc fix.
+
2002-06-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
* fileio.c (choose_write_coding_system): Call
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;
{