summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-11-07 21:12:46 +0000
committerRichard M. Stallman <rms@gnu.org>1996-11-07 21:12:46 +0000
commit8ad77212e633b0b84b57b734d321dcd19ed318f7 (patch)
tree897116bee54dfb91521775c89297b99edd62d826
parente88141c2fbad5e393ca807938deb9c5afeb59edd (diff)
downloademacs-8ad77212e633b0b84b57b734d321dcd19ed318f7.tar.gz
(Fmodify_frame_parameters): Doc fix.
-rw-r--r--src/frame.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 27b74d5d595..c88262c7bae 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1788,7 +1788,9 @@ DEFUN ("modify-frame-parameters", Fmodify_frame_parameters,
"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;
{