mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(window-current-scroll-bars): Fix typos in docstring.
This commit is contained in:
parent
1cecf04d9a
commit
c62195fa74
@ -92,9 +92,9 @@ If ALL-FRAMES is anything else, count only the selected frame."
|
||||
|
||||
(defun window-current-scroll-bars (&optional window)
|
||||
"Return the current scroll-bar settings in window WINDOW.
|
||||
Value is a cons (VERTICAL . HORISONTAL) where VERTICAL specifies the
|
||||
Value is a cons (VERTICAL . HORIZONTAL) where VERTICAL specifies the
|
||||
current location of the vertical scroll-bars (left, right, or nil),
|
||||
and HORISONTAL specifies the current location of the horisontal scroll
|
||||
and HORIZONTAL specifies the current location of the horizontal scroll
|
||||
bars (top, bottom, or nil)."
|
||||
(let ((vert (nth 2 (window-scroll-bars window)))
|
||||
(hor nil))
|
||||
|
Loading…
Reference in New Issue
Block a user