+2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * window.c (Fscroll_left, Fscroll_right): Doc fix.
+
2001-10-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
* keyboard.c (Finput_pending_p): Fix typo in doc-string.
\f
DEFUN ("scroll-left", Fscroll_left, Sscroll_left, 0, 1, "P",
doc: /* Scroll selected window display ARG columns left.
-Default for ARG is window width minus 2. */)
+Default for ARG is window width minus 2.
+Value is the total amount of leftward horizontal scrolling in
+effect after the change.
+If `automatic-hscrolling' is non-nil, the argument ARG modifies
+a lower bound for automatic scrolling, i.e. automatic scrolling
+will not scroll a window to a column less than the value returned
+by this function. */)
(arg)
register Lisp_Object arg;
{
DEFUN ("scroll-right", Fscroll_right, Sscroll_right, 0, 1, "P",
doc: /* Scroll selected window display ARG columns right.
-Default for ARG is window width minus 2. */)
+Default for ARG is window width minus 2.
+Value is the total amount of leftward horizontal scrolling in
+effect after the change.
+If `automatic-hscrolling' is non-nil, the argument ARG modifies
+a lower bound for automatic scrolling, i.e. automatic scrolling
+will not scroll a window to a column less than the value returned
+by this function. */)
(arg)
register Lisp_Object arg;
{