aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2009-01-09 09:55:38 +0000
committerMartin Rudalics2009-01-09 09:55:38 +0000
commitdcb50c02f5acb65e5b180c10709d634235d9cfbe (patch)
treeb97be44378024211a38c30fa219bb410fbb2b077
parentc28f19e5ac0b55c620116cc403b1c25d97ca2132 (diff)
downloademacs-dcb50c02f5acb65e5b180c10709d634235d9cfbe.tar.gz
emacs-dcb50c02f5acb65e5b180c10709d634235d9cfbe.zip
(special-display-buffer-names)
(special-display-regexps, special-display-function): In doc-strings say "same-window" instead of "same-buffer".
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/window.el16
2 files changed, 14 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e9aaac24c35..248a55c04a2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12009-01-09 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (special-display-buffer-names)
4 (special-display-regexps, special-display-function): In
5 doc-strings say "same-window" instead of "same-buffer".
6
12009-01-09 Michael Albinus <michael.albinus@gmx.de> 72009-01-09 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * net/tramp.el: Revert previous patch. `last-command-char' is 9 * net/tramp.el: Revert previous patch. `last-command-char' is
diff --git a/lisp/window.el b/lisp/window.el
index c529e272ce2..fc76ea96d6e 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -590,10 +590,10 @@ the first argument, followed by the OTHER-ARGS--it can display
590BUFFER in any way it likes. All this is done by the function 590BUFFER in any way it likes. All this is done by the function
591found in `special-display-function'. 591found in `special-display-function'.
592 592
593If the specified frame parameters include (same-buffer . t), the 593If the specified frame parameters include (same-window . t), the
594buffer is displayed in the currently selected window. Otherwise, if 594buffer is displayed in the currently selected window. Otherwise,
595they include (same-frame . t), the buffer is displayed in a new window 595if they include (same-frame . t), the buffer is displayed in a
596in the currently selected frame. 596new window in the currently selected frame.
597 597
598If this variable appears \"not to work\", because you add a name to it 598If this variable appears \"not to work\", because you add a name to it
599but that buffer still appears in the selected window, look at the 599but that buffer still appears in the selected window, look at the
@@ -629,7 +629,7 @@ the first argument, followed by the OTHER-ARGS--it can display
629the buffer in any way it likes. All this is done by the function 629the buffer in any way it likes. All this is done by the function
630found in `special-display-function'. 630found in `special-display-function'.
631 631
632If the specified frame parameters include (same-buffer . t), the 632If the specified frame parameters include (same-window . t), the
633buffer is displayed in the currently selected window. Otherwise, 633buffer is displayed in the currently selected window. Otherwise,
634if they include (same-frame . t), the buffer is displayed in a 634if they include (same-frame . t), the buffer is displayed in a
635new window in the currently selected frame. 635new window in the currently selected frame.
@@ -660,9 +660,9 @@ The default value normally makes a separate frame for the buffer,
660using `special-display-frame-alist' to specify the frame 660using `special-display-frame-alist' to specify the frame
661parameters. 661parameters.
662 662
663But if the buffer specific data includes (same-buffer . t) then 663But if the buffer specific data includes (same-window . t) then
664the buffer is displayed in the current selected window. 664the buffer is displayed in the currently selected window.
665Otherwise if it includes (same-frame . t) then the buffer is 665Otherwise, if it includes (same-frame . t) then the buffer is
666displayed in a new window in the currently selected frame. 666displayed in a new window in the currently selected frame.
667 667
668A buffer is special if it is listed in 668A buffer is special if it is listed in