+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.
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;
{