]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc-string of display-buffer-other-frame. (Bug#15868)
authorMartin Rudalics <rudalics@gmx.at>
Tue, 12 Nov 2013 07:25:14 +0000 (08:25 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 12 Nov 2013 07:25:14 +0000 (08:25 +0100)
* window.el (display-buffer-other-frame): Fix doc-string.
(Bug#15868)

lisp/ChangeLog
lisp/window.el

index e12b9252df80e021a9ae48122d9fa36b402bfe1b..951fcd88abf6dbc3c92af325d34d752de6789482 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-other-frame): Fix doc-string.
+       (Bug#15868)
+
 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * subr.el (force-mode-line-update): Delete, move to buffer.c.
index 3f409a6f26a8a49a4264ef8802c4ffe045d96145..07741c74a84822d691db255bc756dd5546111a89 100644 (file)
@@ -5545,7 +5545,7 @@ argument, ACTION is t."
        window))))
 
 (defun display-buffer-other-frame (buffer)
-  "Display buffer BUFFER in another frame.
+  "Display buffer BUFFER preferably in another frame.
 This uses the function `display-buffer' as a subroutine; see
 its documentation for additional customization information."
   (interactive "BDisplay buffer in other frame: ")