From: Martin Rudalics Date: Tue, 12 Nov 2013 07:25:14 +0000 (+0100) Subject: Fix doc-string of display-buffer-other-frame. (Bug#15868) X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~859 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6f759f9fd6a12e1249863150bddde58de90deec;p=emacs.git Fix doc-string of display-buffer-other-frame. (Bug#15868) * window.el (display-buffer-other-frame): Fix doc-string. (Bug#15868) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e12b9252df8..951fcd88abf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-11-12 Martin Rudalics + + * window.el (display-buffer-other-frame): Fix doc-string. + (Bug#15868) + 2013-11-11 Stefan Monnier * subr.el (force-mode-line-update): Delete, move to buffer.c. diff --git a/lisp/window.el b/lisp/window.el index 3f409a6f26a..07741c74a84 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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: ")