From: Eli Zaretskii Date: Wed, 5 Jun 2002 17:02:15 +0000 (+0000) Subject: (Fset_window_hscroll): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~14765 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebadb1e47f8ca120987064b4a912602ed5f7b19b;p=emacs.git (Fset_window_hscroll): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9814db91f20..941ded6b959 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-06-05 Eli Zaretskii + + * window.c (Fset_window_hscroll): Doc fix. + 2002-06-05 Pavel Jan,Bm(Bk * fileio.c (choose_write_coding_system): Call diff --git a/src/window.c b/src/window.c index f73c95bf973..ffe05bca982 100644 --- a/src/window.c +++ b/src/window.c @@ -439,7 +439,10 @@ DEFUN ("window-hscroll", Fwindow_hscroll, Swindow_hscroll, 0, 1, 0, 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; {