# HG changeset patch # User Eli Zaretskii # Date 981036567 0 # Node ID b102dd3ed2a3e3ece388e21c39c6e91795b4bd40 # Parent 7ba753b93fbb767abc331e3182597c28d3d5ab78 (Fmodify_frame_parameters): Doc fix. diff -r 7ba753b93fbb -r b102dd3ed2a3 src/frame.c --- 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\