(frame-parameter): Doc fix.

This commit is contained in:
Richard M. Stallman 1998-11-25 01:50:25 +00:00
parent 1741e72de6
commit ed956b8194

View file

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