diff 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
line wrap: on
line diff
--- a/src/frame.c	Thu Nov 07 06:21:19 1996 +0000
+++ b/src/frame.c	Thu Nov 07 21:12:46 1996 +0000
@@ -1788,7 +1788,9 @@
   "Modify the parameters of frame FRAME according to ALIST.\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; undefined PARMs are ignored.")
+The meaningful PARMs depend on the kind of frame.\n\
+Undefined PARMs are ignored, but stored in the frame's parameter list\n\
+so that `frame-parameters' will return them.")
   (frame, alist)
      Lisp_Object frame, alist;
 {