(frame-parameter): Doc fix.
This commit is contained in:
parent
1741e72de6
commit
ed956b8194
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue