Doc fix; don't mention obsolete variable
* src/window.c (Fset_window_hscroll): Doc fix; don't mention obsolete variable.
This commit is contained in:
parent
c4e251103b
commit
3442de2edd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Clip the number to a reasonable value if out of range.
|
||||||
Return the new number. NCOL should be zero or positive.
|
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. */)
|
window so that the location of point moves off-window. */)
|
||||||
(Lisp_Object window, Lisp_Object ncol)
|
(Lisp_Object window, Lisp_Object ncol)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue