diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-07-23 12:20:22 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-07-23 12:20:22 +0000 |
commit | d398de43be1a0a9197b2eef624fd4e2e7ae1e762 (patch) | |
tree | 0fa07a1253cef214fd597faa7b8ed92ac9eef4bd /lisp/frame.el | |
parent | 55c4a67ca8fe8e5ffd67b70bdb7d278bc99c84ea (diff) | |
download | emacs-d398de43be1a0a9197b2eef624fd4e2e7ae1e762.tar.gz |
(modify-all-frames-parameters): Minor doc fix.
(set-frame-configuration): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 521938cfc18..bd63f9f46d1 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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." |