Mercurial > emacs
changeset 35817:b102dd3ed2a3
(Fmodify_frame_parameters): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 01 Feb 2001 14:09:27 +0000 |
parents | 7ba753b93fbb |
children | 611c19933085 |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Thu Feb 01 12:21:19 2001 +0000 +++ b/src/frame.c Thu Feb 01 14:09:27 2001 +0000 @@ -2119,6 +2119,7 @@ DEFUN ("modify-frame-parameters", Fmodify_frame_parameters, Smodify_frame_parameters, 2, 2, 0, "Modify the parameters of frame FRAME according to ALIST.\n\ +If FRAME is nil, it defaults to the selected frame.\n\ ALIST is an alist of parameters to change and their new values.\n\ Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\ The meaningful PARMs depend on the kind of frame.\n\