1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

doc-fix to be compatible with other frame- fns.

This commit is contained in:
Simon Marshall 1997-04-14 11:18:31 +00:00
parent 76e5a00175
commit 3196c5a701

View File

@ -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.