aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-01 14:09:49 +0000
committerEli Zaretskii2001-02-01 14:09:49 +0000
commite86b51338dcf074a6d48e20a9415fef48ac1818d (patch)
tree19c6a908c12d3b4b718fe7ccd8396d7befd6f5d1 /src
parent00b1e7a16e3df43238fdb7c22240e49c2f45aa28 (diff)
downloademacs-e86b51338dcf074a6d48e20a9415fef48ac1818d.tar.gz
emacs-e86b51338dcf074a6d48e20a9415fef48ac1818d.zip
(Fmodify_frame_parameters): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/frame.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 616e7fad7d5..f696382198f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * frame.c (Fmodify_frame_parameters): Doc fix.
4
12001-01-31 Gerd Moellmann <gerd@gnu.org> 52001-01-31 Gerd Moellmann <gerd@gnu.org>
2 6
3 * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define. 7 * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.
diff --git a/src/frame.c b/src/frame.c
index 204eec30830..4ebafbede32 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -2119,6 +2119,7 @@ If FRAME is nil, describe the currently selected frame.")
2119DEFUN ("modify-frame-parameters", Fmodify_frame_parameters, 2119DEFUN ("modify-frame-parameters", Fmodify_frame_parameters,
2120 Smodify_frame_parameters, 2, 2, 0, 2120 Smodify_frame_parameters, 2, 2, 0,
2121 "Modify the parameters of frame FRAME according to ALIST.\n\ 2121 "Modify the parameters of frame FRAME according to ALIST.\n\
2122If FRAME is nil, it defaults to the selected frame.\n\
2122ALIST is an alist of parameters to change and their new values.\n\ 2123ALIST is an alist of parameters to change and their new values.\n\
2123Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\ 2124Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\
2124The meaningful PARMs depend on the kind of frame.\n\ 2125The meaningful PARMs depend on the kind of frame.\n\