diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-01 14:09:49 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-01 14:09:49 +0000 |
commit | e86b51338dcf074a6d48e20a9415fef48ac1818d (patch) | |
tree | 19c6a908c12d3b4b718fe7ccd8396d7befd6f5d1 /src/frame.c | |
parent | 00b1e7a16e3df43238fdb7c22240e49c2f45aa28 (diff) | |
download | emacs-e86b51338dcf074a6d48e20a9415fef48ac1818d.tar.gz |
(Fmodify_frame_parameters): Doc fix.
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c index 204eec30830..4ebafbede32 100644 --- a/src/frame.c +++ b/src/frame.c @@ -2119,6 +2119,7 @@ If FRAME is nil, describe the currently selected frame.") 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\ |