comparison src/frame.c @ 35817:b102dd3ed2a3

(Fmodify_frame_parameters): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 01 Feb 2001 14:09:27 +0000
parents b9366f467430
children 20b42ba5a623
comparison
equal deleted inserted replaced
35816:7ba753b93fbb 35817:b102dd3ed2a3
2117 2117
2118 2118
2119 DEFUN ("modify-frame-parameters", Fmodify_frame_parameters, 2119 DEFUN ("modify-frame-parameters", Fmodify_frame_parameters,
2120 Smodify_frame_parameters, 2, 2, 0, 2120 Smodify_frame_parameters, 2, 2, 0,
2121 "Modify the parameters of frame FRAME according to ALIST.\n\ 2121 "Modify the parameters of frame FRAME according to ALIST.\n\
2122 If FRAME is nil, it defaults to the selected frame.\n\
2122 ALIST is an alist of parameters to change and their new values.\n\ 2123 ALIST is an alist of parameters to change and their new values.\n\
2123 Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\ 2124 Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\
2124 The meaningful PARMs depend on the kind of frame.\n\ 2125 The meaningful PARMs depend on the kind of frame.\n\
2125 Undefined PARMs are ignored, but stored in the frame's parameter list\n\ 2126 Undefined PARMs are ignored, but stored in the frame's parameter list\n\
2126 so that `frame-parameters' will return them.\n\ 2127 so that `frame-parameters' will return them.\n\