Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d398de43
Commit
d398de43
authored
Jul 23, 2004
by
Luc Teirlinck
Browse files
(modify-all-frames-parameters): Minor doc fix.
(set-frame-configuration): Doc fix.
parent
55c4a67c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/frame.el
lisp/frame.el
+3
-1
No files found.
lisp/ChangeLog
View file @
d398de43
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
...
...
lisp/frame.el
View file @
d398de43
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment