aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-02 00:15:04 +0000
committerRichard M. Stallman1997-09-02 00:15:04 +0000
commit4caa74487c70574ccb904ffa9c11f1d1e8fc4e42 (patch)
treeb4b7def21711fccf7501fd8a5c178728b6f013fa /src/window.c
parent1cd5fe6a3a99e1e695d7d58b6dcf06ecc6d19dc2 (diff)
downloademacs-4caa74487c70574ccb904ffa9c11f1d1e8fc4e42.tar.gz
emacs-4caa74487c70574ccb904ffa9c11f1d1e8fc4e42.zip
(syms_of_window): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c14
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\
3714In the first case, FRAME-PARAMETERS are used to create the frame.\n\ 3714In the first case, FRAME-PARAMETERS are used to create the frame.\n\
3715In the latter case, FUNCTION is called with BUFFER as the first argument,\n\ 3715In the latter case, FUNCTION is called with BUFFER as the first argument,\n\
3716followed by OTHER-ARGS--it can display BUFFER in any way it likes.\n\ 3716followed by OTHER-ARGS--it can display BUFFER in any way it likes.\n\
3717All this is done by the function found in `special-display-function'."); 3717All this is done by the function found in `special-display-function'.\n\
3718\n\
3719If this variable appears \"not to work\", because you add a name to it\n\
3720but that buffer still appears in the selected window, look at the\n\
3721values of `same-window-buffer-names' and `same-window-regexps'.\n\
3722Those 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\
3729In the first case, FRAME-PARAMETERS are used to create the frame.\n\ 3734In the first case, FRAME-PARAMETERS are used to create the frame.\n\
3730In the latter case, FUNCTION is called with the buffer as first argument,\n\ 3735In the latter case, FUNCTION is called with the buffer as first argument,\n\
3731followed by OTHER-ARGS--it can display the buffer in any way it likes.\n\ 3736followed by OTHER-ARGS--it can display the buffer in any way it likes.\n\
3732All this is done by the function found in `special-display-function'."); 3737All this is done by the function found in `special-display-function'.\n\
3738\n\
3739If this variable appears \"not to work\", because you add a regexp to it\n\
3740but the matching buffers still appear in the selected window, look at the\n\
3741values of `same-window-buffer-names' and `same-window-regexps'.\n\
3742Those 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,