comparison src/frame.c @ 16536:a144fa66d84b

(Fmodify_frame_parameters): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 Nov 1996 21:12:46 +0000
parents 906cef1d36bd
children cc6d85f9df0f
comparison
equal deleted inserted replaced
16535:d5eeca7cdaf2 16536:a144fa66d84b
1786 DEFUN ("modify-frame-parameters", Fmodify_frame_parameters, 1786 DEFUN ("modify-frame-parameters", Fmodify_frame_parameters,
1787 Smodify_frame_parameters, 2, 2, 0, 1787 Smodify_frame_parameters, 2, 2, 0,
1788 "Modify the parameters of frame FRAME according to ALIST.\n\ 1788 "Modify the parameters of frame FRAME according to ALIST.\n\
1789 ALIST is an alist of parameters to change and their new values.\n\ 1789 ALIST is an alist of parameters to change and their new values.\n\
1790 Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\ 1790 Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\
1791 The meaningful PARMs depend on the kind of frame; undefined PARMs are ignored.") 1791 The meaningful PARMs depend on the kind of frame.\n\
1792 Undefined PARMs are ignored, but stored in the frame's parameter list\n\
1793 so that `frame-parameters' will return them.")
1792 (frame, alist) 1794 (frame, alist)
1793 Lisp_Object frame, alist; 1795 Lisp_Object frame, alist;
1794 { 1796 {
1795 FRAME_PTR f; 1797 FRAME_PTR f;
1796 register Lisp_Object tail, elt, prop, val; 1798 register Lisp_Object tail, elt, prop, val;