mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(Fmodify_frame_parameters): Doc fix.
This commit is contained in:
parent
00b1e7a16e
commit
e86b51338d
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user