]> code.delx.au - gnu-emacs/commitdiff
(Fmodify_frame_parameters): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 Feb 2001 14:09:49 +0000 (14:09 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 1 Feb 2001 14:09:49 +0000 (14:09 +0000)
src/ChangeLog
src/frame.c

index 616e7fad7d5cd30c6037bc2662af4398eaddca23..f696382198fb6a9a158a432ea7d2e4485bf0a71a 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * frame.c (Fmodify_frame_parameters): Doc fix.
+
 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
 
        * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.
index 204eec30830180b9ee235cf49d12fcb5f6b7a8b3..4ebafbede32c16a841ed30750c2f42a58a375361 100644 (file)
@@ -2119,6 +2119,7 @@ If FRAME is nil, describe the currently selected frame.")
 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\