From: Stefan Kangas Date: Fri, 8 Jul 2022 19:15:15 +0000 (+0200) Subject: Doc fix; don't mention obsolete variable X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~17^2~135 X-Git-Url: https://dgit.raspbian.org/?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) {