From: Eli Zaretskii Date: Thu, 1 Feb 2001 14:09:49 +0000 (+0000) Subject: (Fmodify_frame_parameters): Doc fix. X-Git-Tag: emacs-pretest-21.0.98~227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e86b51338dcf074a6d48e20a9415fef48ac1818d;p=emacs.git (Fmodify_frame_parameters): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 616e7fad7d5..f696382198f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-02-01 Eli Zaretskii + + * frame.c (Fmodify_frame_parameters): Doc fix. + 2001-01-31 Gerd Moellmann * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define. 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\