]> git.eshelyaron.com Git - emacs.git/commitdiff
(modify-all-frames-parameters): Minor doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 23 Jul 2004 12:20:22 +0000 (12:20 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 23 Jul 2004 12:20:22 +0000 (12:20 +0000)
(set-frame-configuration): Doc fix.

lisp/ChangeLog
lisp/frame.el

index 92246d2f95cd68781ce59f16714b51501ef8da1e..866a88eb30ea8ad4a5572cebbccc5f7f895d0c3a 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * frame.el (modify-all-frames-parameters): Minor doc fix.
+
 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
 
        * simple.el (completion-setup-function): Compute the common parts
index 521938cfc18770bb9d00d4c8c1a15ecf2c55decf..bd63f9f46d10a87f9854be7e080e8deab6ed63a2 100644 (file)
@@ -520,7 +520,7 @@ React to settings of `default-frame-alist', `initial-frame-alist' there."
 ;;;; 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 @@ where
   "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."