diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 5 |
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\ |
| 1797 | Return an Emacs screen object representing the X window.\n\ | 1797 | Return an Emacs screen object representing the X window.\n\ |
| 1798 | ALIST is an alist of screen parameters.\n\ | 1798 | ALIST is an alist of screen parameters.\n\ |
| 1799 | The value of ``x-screen-defaults'' is an additional alist\n\ | ||
| 1800 | of default parameters which apply when not overridden by ALIST.\n\ | ||
| 1801 | If the parameters specify that the screen should not have a minibuffer,\n\ | 1799 | If the parameters specify that the screen should not have a minibuffer,\n\ |
| 1802 | then ``default-minibuffer-screen'' must be a screen whose minibuffer can\n\ | 1800 | and do not specify a specific minibuffer window to use,\n\ |
| 1801 | then `default-minibuffer-screen' must be a screen whose minibuffer can\n\ | ||
| 1803 | be shared by the new screen.") | 1802 | be shared by the new screen.") |
| 1804 | (parms) | 1803 | (parms) |
| 1805 | Lisp_Object parms; | 1804 | Lisp_Object parms; |