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
1cecf04d
Commit
1cecf04d
authored
Jun 10, 2005
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(frame-current-scroll-bars): Fix typos in docstring.
parent
1acb4c26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/frame.el
lisp/frame.el
+2
-2
No files found.
lisp/frame.el
View file @
1cecf04d
...
@@ -969,9 +969,9 @@ one frame, otherwise the name is displayed on the frame's caption bar."
...
@@ -969,9 +969,9 @@ one frame, otherwise the name is displayed on the frame's caption bar."
(
defun
frame-current-scroll-bars
(
&optional
frame
)
(
defun
frame-current-scroll-bars
(
&optional
frame
)
"Return the current scroll-bar settings in frame FRAME.
"Return the current scroll-bar settings in frame FRAME.
Value is a cons (VERTICAL . HORI
SO
NTAL) where VERTICAL specifies the
Value is a cons (VERTICAL . HORI
Z0
NTAL) 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
(
frame-parameter
frame
'vertical-scroll-bars
))
(
let
((
vert
(
frame-parameter
frame
'vertical-scroll-bars
))
(
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