]> git.eshelyaron.com Git - emacs.git/commitdiff
(special-display-buffer-names)
authorMartin Rudalics <rudalics@gmx.at>
Fri, 9 Jan 2009 09:55:38 +0000 (09:55 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 9 Jan 2009 09:55:38 +0000 (09:55 +0000)
(special-display-regexps, special-display-function): In
doc-strings say "same-window" instead of "same-buffer".

lisp/ChangeLog
lisp/window.el

index e9aaac24c35ce071d2e6faea35cb7198b4d5de1e..248a55c04a25a4ef3f6481380d034c99ecbcca29 100644 (file)
@@ -1,3 +1,9 @@
+2009-01-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (special-display-buffer-names)
+       (special-display-regexps, special-display-function): In
+       doc-strings say "same-window" instead of "same-buffer".
+
 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el: Revert previous patch.  `last-command-char' is
index c529e272ce220a3c0fd94ec070587f1b7e18955a..fc76ea96d6e207cf9bace43122ebeb9fd5ff14ef 100644 (file)
@@ -590,10 +590,10 @@ the first argument, followed by the OTHER-ARGS--it can display
 BUFFER in any way it likes.  All this is done by the function
 found in `special-display-function'.
 
-If the specified frame parameters include (same-buffer . t), the
-buffer is displayed in the currently selected window.  Otherwise, if
-they include (same-frame . t), the buffer is displayed in a new window
-in the currently selected frame.
+If the specified frame parameters include (same-window . t), the
+buffer is displayed in the currently selected window.  Otherwise,
+if they include (same-frame . t), the buffer is displayed in a
+new window in the currently selected frame.
 
 If this variable appears \"not to work\", because you add a name to it
 but 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
 the buffer in any way it likes.  All this is done by the function
 found in `special-display-function'.
 
-If the specified frame parameters include (same-buffer . t), the
+If the specified frame parameters include (same-window . t), the
 buffer is displayed in the currently selected window.  Otherwise,
 if they include (same-frame . t), the buffer is displayed in a
 new window in the currently selected frame.
@@ -660,9 +660,9 @@ The default value normally makes a separate frame for the buffer,
 using `special-display-frame-alist' to specify the frame
 parameters.
 
-But if the buffer specific data includes (same-buffer . t) then
-the buffer is displayed in the current selected window.
-Otherwise if it includes (same-frame . t) then the buffer is
+But if the buffer specific data includes (same-window . t) then
+the buffer is displayed in the currently selected window.
+Otherwise, if it includes (same-frame . t) then the buffer is
 displayed in a new window in the currently selected frame.
 
 A buffer is special if it is listed in