mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
Fix doc-string of display-buffer-other-frame. (Bug#15868)
* window.el (display-buffer-other-frame): Fix doc-string. (Bug#15868)
This commit is contained in:
parent
b367161707
commit
e6f759f9fd
@ -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.
|
||||
|
@ -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: ")
|
||||
|
Loading…
Reference in New Issue
Block a user