aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xfns.c2
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.
3114Return an Emacs frame object. 3114Return an Emacs frame object.
3115ALIST is an alist of frame parameters. 3115PARMS is an alist of frame parameters.
3116If the parameters specify that the frame should not have a minibuffer, 3116If the parameters specify that the frame should not have a minibuffer,
3117and do not specify a specific minibuffer window to use, 3117and do not specify a specific minibuffer window to use,
3118then `default-minibuffer-frame' must be a frame whose minibuffer can 3118then `default-minibuffer-frame' must be a frame whose minibuffer can