From 3442de2edd8770bae8541257dc5a65fcb932d8da Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 8 Jul 2022 21:15:15 +0200 Subject: [PATCH] Doc fix; don't mention obsolete variable * src/window.c (Fset_window_hscroll): Doc fix; don't mention obsolete variable. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2