aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1992-06-08 02:23:29 +0000
committerRichard M. Stallman1992-06-08 02:23:29 +0000
commite22d6b028deaee42b7df30ea1f224193f56caec1 (patch)
treefa4a616cfc752ef5d7db630d68cb06c13e7c0ae5 /src
parent031317994b0d9f02e3e5dfd06a6385479e197dfe (diff)
downloademacs-e22d6b028deaee42b7df30ea1f224193f56caec1.tar.gz
emacs-e22d6b028deaee42b7df30ea1f224193f56caec1.zip
*** empty log message ***
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;