diff options
| author | Richard M. Stallman | 1992-06-08 02:23:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-06-08 02:23:29 +0000 |
| commit | e22d6b028deaee42b7df30ea1f224193f56caec1 (patch) | |
| tree | fa4a616cfc752ef5d7db630d68cb06c13e7c0ae5 /src | |
| parent | 031317994b0d9f02e3e5dfd06a6385479e197dfe (diff) | |
| download | emacs-e22d6b028deaee42b7df30ea1f224193f56caec1.tar.gz emacs-e22d6b028deaee42b7df30ea1f224193f56caec1.zip | |
*** empty log message ***
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; |