1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(modify-all-frames-parameters): Minor doc fix.

(set-frame-configuration): Doc fix.
This commit is contained in:
Luc Teirlinck 2004-07-23 12:20:22 +00:00
parent 55c4a67ca8
commit d398de43be
2 changed files with 7 additions and 1 deletions

View 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

View 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."