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
3196c5a7
Commit
3196c5a7
authored
Apr 14, 1997
by
Simon Marshall
Browse files
doc-fix to be compatible with other frame- fns.
parent
76e5a001
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/frame.el
lisp/frame.el
+3
-2
No files found.
lisp/frame.el
View file @
3196c5a7
...
...
@@ -580,8 +580,9 @@ is given and non-nil, the unwanted frames are iconified instead."
;;;; frame parameters.
(
defun
frame-parameter
(
frame
parameter
)
"Return FRAME's value for parameter PARAMETER."
(
cdr
(
assq
parameter
(
frame-parameters
frame
))))
"Return FRAME's value for parameter PARAMETER.
If FRAME is omitted, describe the currently selected frame."
(
cdr
(
assq
parameter
(
frame-parameters
frame
))))
(
defun
frame-height
(
&optional
frame
)
"Return number of lines available for display on 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