]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix; don't mention obsolete variable
authorStefan Kangas <stefan@marxist.se>
Fri, 8 Jul 2022 19:15:15 +0000 (21:15 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 8 Jul 2022 19:16:00 +0000 (21:16 +0200)
* src/window.c (Fset_window_hscroll): Doc fix; don't mention obsolete
variable.

src/window.c

index cbb2a9e0e1c578b2dd250cac4b1aa9f8b055c6bd..0cf6373e0b074cbb0c728715d36e3a2056b3a11d 100644 (file)
@@ -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)
 {