aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2022-07-08 21:15:15 +0200
committerStefan Kangas2022-07-08 21:16:00 +0200
commit3442de2edd8770bae8541257dc5a65fcb932d8da (patch)
tree65b21bc2f096047adea9fabf0430ebc31edfbc1c /src
parentc4e251103b98ffb1bc1e8ddb54c7d9e08e71edc1 (diff)
downloademacs-3442de2edd8770bae8541257dc5a65fcb932d8da.tar.gz
emacs-3442de2edd8770bae8541257dc5a65fcb932d8da.zip
Doc fix; don't mention obsolete variable
* src/window.c (Fset_window_hscroll): Doc fix; don't mention obsolete variable.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
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.
1232Clip the number to a reasonable value if out of range. 1232Clip the number to a reasonable value if out of range.
1233Return the new number. NCOL should be zero or positive. 1233Return the new number. NCOL should be zero or positive.
1234 1234
1235Note that if `automatic-hscrolling' is non-nil, you cannot scroll the 1235Note that if `auto-hscroll-mode' is non-nil, you cannot scroll the
1236window so that the location of point moves off-window. */) 1236window so that the location of point moves off-window. */)
1237 (Lisp_Object window, Lisp_Object ncol) 1237 (Lisp_Object window, Lisp_Object ncol)
1238{ 1238{