aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 555d45ab5ab..614c4df95b9 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1796,10 +1796,9 @@ DEFUN ("x-create-screen", Fx_create_screen, Sx_create_screen,
1796 "Make a new X window, which is called a \"screen\" in Emacs terms.\n\ 1796 "Make a new X window, which is called a \"screen\" in Emacs terms.\n\
1797Return an Emacs screen object representing the X window.\n\ 1797Return an Emacs screen object representing the X window.\n\
1798ALIST is an alist of screen parameters.\n\ 1798ALIST is an alist of screen parameters.\n\
1799The value of ``x-screen-defaults'' is an additional alist\n\
1800of default parameters which apply when not overridden by ALIST.\n\
1801If the parameters specify that the screen should not have a minibuffer,\n\ 1799If the parameters specify that the screen should not have a minibuffer,\n\
1802then ``default-minibuffer-screen'' must be a screen whose minibuffer can\n\ 1800and do not specify a specific minibuffer window to use,\n\
1801then `default-minibuffer-screen' must be a screen whose minibuffer can\n\
1803be shared by the new screen.") 1802be shared by the new screen.")
1804 (parms) 1803 (parms)
1805 Lisp_Object parms; 1804 Lisp_Object parms;