Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ed956b81
Commit
ed956b81
authored
Nov 25, 1998
by
Richard M. Stallman
Browse files
(frame-parameter): Doc fix.
parent
1741e72d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/frame.el
lisp/frame.el
+1
-1
No files found.
lisp/frame.el
View file @
ed956b81
...
...
@@ -626,7 +626,7 @@ is given and non-nil, the unwanted frames are iconified instead."
(
defun
frame-parameter
(
frame
parameter
)
"Return FRAME's value for parameter PARAMETER.
If FRAME is
omitted
, describe the currently selected frame."
If FRAME is
nil
, describe the currently selected frame."
(
cdr
(
assq
parameter
(
frame-parameters
frame
))))
(
defun
frame-height
(
&optional
frame
)
...
...
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