diff options
| author | Stefan Kangas | 2022-07-08 21:15:15 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-08 21:16:00 +0200 |
| commit | 3442de2edd8770bae8541257dc5a65fcb932d8da (patch) | |
| tree | 65b21bc2f096047adea9fabf0430ebc31edfbc1c /src | |
| parent | c4e251103b98ffb1bc1e8ddb54c7d9e08e71edc1 (diff) | |
| download | emacs-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.c | 2 |
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. | |||
| 1232 | Clip the number to a reasonable value if out of range. | 1232 | Clip the number to a reasonable value if out of range. |
| 1233 | Return the new number. NCOL should be zero or positive. | 1233 | Return the new number. NCOL should be zero or positive. |
| 1234 | 1234 | ||
| 1235 | Note that if `automatic-hscrolling' is non-nil, you cannot scroll the | 1235 | Note that if `auto-hscroll-mode' is non-nil, you cannot scroll the |
| 1236 | window so that the location of point moves off-window. */) | 1236 | window 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 | { |