diff options
| author | Jason Rumney | 2008-07-09 15:35:29 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-07-09 15:35:29 +0000 |
| commit | e0079d39e5818bd47ab36f4e1a9c3f0d3fd792fd (patch) | |
| tree | 85bc96d6299c47e9e9299939fb7b9344c6c22c99 | |
| parent | 3cba9369dcbfb18042620a28fa80b7319b248e5f (diff) | |
| download | emacs-e0079d39e5818bd47ab36f4e1a9c3f0d3fd792fd.tar.gz emacs-e0079d39e5818bd47ab36f4e1a9c3f0d3fd792fd.zip | |
(Fx_create_frame): Doc fix
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 67461007bba..80e6f8d470f 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3112,7 +3112,7 @@ DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, | |||
| 3112 | 1, 1, 0, | 3112 | 1, 1, 0, |
| 3113 | doc: /* Make a new X window, which is called a "frame" in Emacs terms. | 3113 | doc: /* Make a new X window, which is called a "frame" in Emacs terms. |
| 3114 | Return an Emacs frame object. | 3114 | Return an Emacs frame object. |
| 3115 | ALIST is an alist of frame parameters. | 3115 | PARMS is an alist of frame parameters. |
| 3116 | If the parameters specify that the frame should not have a minibuffer, | 3116 | If the parameters specify that the frame should not have a minibuffer, |
| 3117 | and do not specify a specific minibuffer window to use, | 3117 | and do not specify a specific minibuffer window to use, |
| 3118 | then `default-minibuffer-frame' must be a frame whose minibuffer can | 3118 | then `default-minibuffer-frame' must be a frame whose minibuffer can |