diff options
| author | Eli Zaretskii | 2001-02-01 14:09:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-01 14:09:49 +0000 |
| commit | e86b51338dcf074a6d48e20a9415fef48ac1818d (patch) | |
| tree | 19c6a908c12d3b4b718fe7ccd8396d7befd6f5d1 /src | |
| parent | 00b1e7a16e3df43238fdb7c22240e49c2f45aa28 (diff) | |
| download | emacs-e86b51338dcf074a6d48e20a9415fef48ac1818d.tar.gz emacs-e86b51338dcf074a6d48e20a9415fef48ac1818d.zip | |
(Fmodify_frame_parameters): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/frame.c | 1 |
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 @@ | |||
| 1 | 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * frame.c (Fmodify_frame_parameters): Doc fix. | ||
| 4 | |||
| 1 | 2001-01-31 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-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.") | |||
| 2119 | DEFUN ("modify-frame-parameters", Fmodify_frame_parameters, | 2119 | DEFUN ("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\ |
| 2122 | If FRAME is nil, it defaults to the selected frame.\n\ | ||
| 2122 | ALIST is an alist of parameters to change and their new values.\n\ | 2123 | ALIST is an alist of parameters to change and their new values.\n\ |
| 2123 | Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\ | 2124 | Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\ |
| 2124 | The meaningful PARMs depend on the kind of frame.\n\ | 2125 | The meaningful PARMs depend on the kind of frame.\n\ |