diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/window.c b/src/window.c index 55d7d7d2799..2aa8bed7dbc 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3214,10 +3214,13 @@ display_buffer_1 (window) | |||
| 3214 | } | 3214 | } |
| 3215 | 3215 | ||
| 3216 | DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0, | 3216 | DEFUN ("special-display-p", Fspecial_display_p, Sspecial_display_p, 1, 1, 0, |
| 3217 | doc: /* Returns non-nil if a buffer named BUFFER-NAME would be created specially. | 3217 | doc: /* Returns non-nil if a buffer named BUFFER-NAME gets a special frame. |
| 3218 | The value is actually t if the frame should be called with default frame | 3218 | If the value is t, a frame would be created for that buffer |
| 3219 | parameters, and a list of frame parameters if they were specified. | 3219 | using the default frame parameters. If the value is a list, |
| 3220 | See `special-display-buffer-names', and `special-display-regexps'. */) | 3220 | it is a list of frame parameters that would be used |
| 3221 | to make a frame for that buffer. | ||
| 3222 | The variables `special-display-buffer-names' | ||
| 3223 | and `special-display-regexps' control this. */) | ||
| 3221 | (buffer_name) | 3224 | (buffer_name) |
| 3222 | Lisp_Object buffer_name; | 3225 | Lisp_Object buffer_name; |
| 3223 | { | 3226 | { |