diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 95559b6fbc7..8d63612a05b 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3714,7 +3714,12 @@ There are two ways to use a list as an element:\n\ | |||
| 3714 | In the first case, FRAME-PARAMETERS are used to create the frame.\n\ | 3714 | In the first case, FRAME-PARAMETERS are used to create the frame.\n\ |
| 3715 | In the latter case, FUNCTION is called with BUFFER as the first argument,\n\ | 3715 | In the latter case, FUNCTION is called with BUFFER as the first argument,\n\ |
| 3716 | followed by OTHER-ARGS--it can display BUFFER in any way it likes.\n\ | 3716 | followed by OTHER-ARGS--it can display BUFFER in any way it likes.\n\ |
| 3717 | All this is done by the function found in `special-display-function'."); | 3717 | All this is done by the function found in `special-display-function'.\n\ |
| 3718 | \n\ | ||
| 3719 | If this variable appears \"not to work\", because you add a name to it\n\ | ||
| 3720 | but that buffer still appears in the selected window, look at the\n\ | ||
| 3721 | values of `same-window-buffer-names' and `same-window-regexps'.\n\ | ||
| 3722 | Those variables take precedence over this one."); | ||
| 3718 | Vspecial_display_buffer_names = Qnil; | 3723 | Vspecial_display_buffer_names = Qnil; |
| 3719 | 3724 | ||
| 3720 | DEFVAR_LISP ("special-display-regexps", &Vspecial_display_regexps, | 3725 | DEFVAR_LISP ("special-display-regexps", &Vspecial_display_regexps, |
| @@ -3729,7 +3734,12 @@ There are two ways to use a list as an element:\n\ | |||
| 3729 | In the first case, FRAME-PARAMETERS are used to create the frame.\n\ | 3734 | In the first case, FRAME-PARAMETERS are used to create the frame.\n\ |
| 3730 | In the latter case, FUNCTION is called with the buffer as first argument,\n\ | 3735 | In the latter case, FUNCTION is called with the buffer as first argument,\n\ |
| 3731 | followed by OTHER-ARGS--it can display the buffer in any way it likes.\n\ | 3736 | followed by OTHER-ARGS--it can display the buffer in any way it likes.\n\ |
| 3732 | All this is done by the function found in `special-display-function'."); | 3737 | All this is done by the function found in `special-display-function'.\n\ |
| 3738 | \n\ | ||
| 3739 | If this variable appears \"not to work\", because you add a regexp to it\n\ | ||
| 3740 | but the matching buffers still appear in the selected window, look at the\n\ | ||
| 3741 | values of `same-window-buffer-names' and `same-window-regexps'.\n\ | ||
| 3742 | Those variables take precedence over this one."); | ||
| 3733 | Vspecial_display_regexps = Qnil; | 3743 | Vspecial_display_regexps = Qnil; |
| 3734 | 3744 | ||
| 3735 | DEFVAR_LISP ("special-display-function", &Vspecial_display_function, | 3745 | DEFVAR_LISP ("special-display-function", &Vspecial_display_function, |