diff options
| author | Richard M. Stallman | 1996-11-07 21:12:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-11-07 21:12:46 +0000 |
| commit | e80f3932b6e97eeb6971a65214d871fb5a868ce8 (patch) | |
| tree | 85b831449b3baa86cd91e1f5206104a53a9f0278 /src | |
| parent | c8005e70129d3debd3050606ce7592bb6b60bbe6 (diff) | |
| download | emacs-e80f3932b6e97eeb6971a65214d871fb5a868ce8.tar.gz emacs-e80f3932b6e97eeb6971a65214d871fb5a868ce8.zip | |
(Fmodify_frame_parameters): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index 27b74d5d595..c88262c7bae 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1788,7 +1788,9 @@ DEFUN ("modify-frame-parameters", Fmodify_frame_parameters, | |||
| 1788 | "Modify the parameters of frame FRAME according to ALIST.\n\ | 1788 | "Modify the parameters of frame FRAME according to ALIST.\n\ |
| 1789 | ALIST is an alist of parameters to change and their new values.\n\ | 1789 | ALIST is an alist of parameters to change and their new values.\n\ |
| 1790 | Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\ | 1790 | Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\ |
| 1791 | The meaningful PARMs depend on the kind of frame; undefined PARMs are ignored.") | 1791 | The meaningful PARMs depend on the kind of frame.\n\ |
| 1792 | Undefined PARMs are ignored, but stored in the frame's parameter list\n\ | ||
| 1793 | so that `frame-parameters' will return them.") | ||
| 1792 | (frame, alist) | 1794 | (frame, alist) |
| 1793 | Lisp_Object frame, alist; | 1795 | Lisp_Object frame, alist; |
| 1794 | { | 1796 | { |