Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e86b5133
Commit
e86b5133
authored
Feb 01, 2001
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fmodify_frame_parameters): Doc fix.
parent
00b1e7a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/frame.c
src/frame.c
+1
-0
No files found.
src/ChangeLog
View file @
e86b5133
2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
* frame.c (Fmodify_frame_parameters): Doc fix.
2001-01-31 Gerd Moellmann <gerd@gnu.org>
* frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.
...
...
src/frame.c
View file @
e86b5133
...
...
@@ -2119,6 +2119,7 @@ If FRAME is nil, describe the currently selected frame.")
DEFUN
(
"modify-frame-parameters"
,
Fmodify_frame_parameters
,
Smodify_frame_parameters
,
2
,
2
,
0
,
"Modify the parameters of frame FRAME according to ALIST.
\n
\
If FRAME is nil, it defaults to the selected frame.
\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
\
The meaningful PARMs depend on the kind of frame.
\n
\
...
...
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