changeset 56507:8a0830a6f469

(modify-all-frames-parameters): Minor doc fix. (set-frame-configuration): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 23 Jul 2004 12:16:31 +0000
parents eb3296c0d36a
children 5f864e25c2b1
files lisp/frame.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Fri Jul 23 11:53:07 2004 +0000
+++ b/lisp/frame.el	Fri Jul 23 12:16:31 2004 +0000
@@ -520,7 +520,7 @@
 ;;;; Creation of additional frames, and other frame miscellanea
 
 (defun modify-all-frames-parameters (alist)
-  "Modify all current and future frames parameters according to ALIST.
+  "Modify all current and future frames' parameters according to ALIST.
 This changes `default-frame-alist' and possibly `initial-frame-alist'.
 See help of `modify-frame-parameters' for more information."
   (let (element)			;; temp
@@ -789,6 +789,8 @@
   "Restore the frames to the state described by CONFIGURATION.
 Each frame listed in CONFIGURATION has its position, size, window
 configuration, and other parameters set as specified in CONFIGURATION.
+However, this function does not restore deleted frames.
+
 Ordinarily, this function deletes all existing frames not
 listed in CONFIGURATION.  But if optional second argument NODELETE
 is given and non-nil, the unwanted frames are iconified instead."