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
e80f3932
Commit
e80f3932
authored
Nov 07, 1996
by
Richard M. Stallman
Browse files
(Fmodify_frame_parameters): Doc fix.
parent
c8005e70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/frame.c
src/frame.c
+3
-1
No files found.
src/frame.c
View file @
e80f3932
...
@@ -1788,7 +1788,9 @@ DEFUN ("modify-frame-parameters", Fmodify_frame_parameters,
...
@@ -1788,7 +1788,9 @@ DEFUN ("modify-frame-parameters", Fmodify_frame_parameters,
"Modify the parameters of frame FRAME according to ALIST.
\n
\
"Modify the parameters of frame FRAME according to ALIST.
\n
\
ALIST is an alist of parameters to change and their new values.
\n
\
ALIST is an alist of parameters to change and their new values.
\n
\
Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.
\n
\
Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.
\n
\
The meaningful PARMs depend on the kind of frame; undefined PARMs are ignored."
)
The meaningful PARMs depend on the kind of frame.
\n
\
Undefined PARMs are ignored, but stored in the frame's parameter list
\n
\
so that `frame-parameters' will return them."
)
(
frame
,
alist
)
(
frame
,
alist
)
Lisp_Object
frame
,
alist
;
Lisp_Object
frame
,
alist
;
{
{
...
...
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