Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c62195fa
Commit
c62195fa
authored
Jun 10, 2005
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(window-current-scroll-bars): Fix typos in docstring.
parent
1cecf04d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/window.el
lisp/window.el
+2
-2
No files found.
lisp/window.el
View file @
c62195fa
...
@@ -92,9 +92,9 @@ If ALL-FRAMES is anything else, count only the selected frame."
...
@@ -92,9 +92,9 @@ If ALL-FRAMES is anything else, count only the selected frame."
(
defun
window-current-scroll-bars
(
&optional
window
)
(
defun
window-current-scroll-bars
(
&optional
window
)
"Return the current scroll-bar settings in window WINDOW.
"Return the current scroll-bar settings in window WINDOW.
Value is a cons (VERTICAL . HORI
S
ONTAL) where VERTICAL specifies the
Value is a cons (VERTICAL . HORI
Z
ONTAL) where VERTICAL specifies the
current location of the vertical scroll-bars (left, right, or nil),
current location of the vertical scroll-bars (left, right, or nil),
and HORI
S
ONTAL specifies the current location of the hori
s
ontal scroll
and HORI
Z
ONTAL specifies the current location of the hori
z
ontal scroll
bars (top, bottom, or nil)."
bars (top, bottom, or nil)."
(
let
((
vert
(
nth
2
(
window-scroll-bars
window
)))
(
let
((
vert
(
nth
2
(
window-scroll-bars
window
)))
(
hor
nil
))
(
hor
nil
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment