emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115072: Fix doc-string of display-buffer-other-fram


From: Martin Rudalics
Subject: [Emacs-diffs] trunk r115072: Fix doc-string of display-buffer-other-frame. (Bug#15868)
Date: Tue, 12 Nov 2013 07:26:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115072
revision-id: address@hidden
parent: address@hidden
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Tue 2013-11-12 08:25:14 +0100
message:
  Fix doc-string of display-buffer-other-frame.  (Bug#15868)
  
  * window.el (display-buffer-other-frame): Fix doc-string.
  (Bug#15868)
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/window.el                 window.el-20091113204419-o5vbwnq5f7feedwu-94
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-11 18:05:47 +0000
+++ b/lisp/ChangeLog    2013-11-12 07:25:14 +0000
@@ -1,3 +1,8 @@
+2013-11-12  Martin Rudalics  <address@hidden>
+
+       * window.el (display-buffer-other-frame): Fix doc-string.
+       (Bug#15868)
+
 2013-11-11  Stefan Monnier  <address@hidden>
 
        * subr.el (force-mode-line-update): Delete, move to buffer.c.

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2013-10-10 07:57:28 +0000
+++ b/lisp/window.el    2013-11-12 07:25:14 +0000
@@ -5545,7 +5545,7 @@
        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: ")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]