From: Stefan Kangas Date: Fri, 8 Jul 2022 19:15:15 +0000 (+0200) Subject: Doc fix; don't mention obsolete variable X-Git-Tag: emacs-28.1.91~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3442de2edd8770bae8541257dc5a65fcb932d8da;p=emacs.git Doc fix; don't mention obsolete variable * src/window.c (Fset_window_hscroll): Doc fix; don't mention obsolete variable. --- diff --git a/src/window.c b/src/window.c index cbb2a9e0e1c..0cf6373e0b0 100644 --- a/src/window.c +++ b/src/window.c @@ -1232,7 +1232,7 @@ WINDOW must be a live window and defaults to the selected one. Clip the number to a reasonable value if out of range. Return the new number. NCOL should be zero or positive. -Note that if `automatic-hscrolling' is non-nil, you cannot scroll the +Note that if `auto-hscroll-mode' is non-nil, you cannot scroll the window so that the location of point moves off-window. */) (Lisp_Object window, Lisp_Object ncol) {