From: Richard M. Stallman Date: Wed, 25 Nov 1998 01:50:25 +0000 (+0000) Subject: (frame-parameter): Doc fix. X-Git-Tag: emacs-20.4~1186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed956b8194c6ef76a847d66fdf88f3a75fe7132e;p=emacs.git (frame-parameter): Doc fix. --- diff --git a/lisp/frame.el b/lisp/frame.el index 4c392a5895c..8971ac94c35 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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)