diff options
| author | Martin Rudalics | 2013-11-12 08:25:14 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2013-11-12 08:25:14 +0100 |
| commit | e6f759f9fd6a12e1249863150bddde58de90deec (patch) | |
| tree | 519d2b5b14d841c84aee580e74a469b62cef1429 | |
| parent | b3671617075e5d7307255425c292c9f211606cd2 (diff) | |
| download | emacs-e6f759f9fd6a12e1249863150bddde58de90deec.tar.gz emacs-e6f759f9fd6a12e1249863150bddde58de90deec.zip | |
Fix doc-string of display-buffer-other-frame. (Bug#15868)
* window.el (display-buffer-other-frame): Fix doc-string.
(Bug#15868)
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/window.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e12b9252df8..951fcd88abf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-11-12 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (display-buffer-other-frame): Fix doc-string. | ||
| 4 | (Bug#15868) | ||
| 5 | |||
| 1 | 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * subr.el (force-mode-line-update): Delete, move to buffer.c. | 8 | * 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." | |||
| 5545 | window)))) | 5545 | window)))) |
| 5546 | 5546 | ||
| 5547 | (defun display-buffer-other-frame (buffer) | 5547 | (defun display-buffer-other-frame (buffer) |
| 5548 | "Display buffer BUFFER in another frame. | 5548 | "Display buffer BUFFER preferably in another frame. |
| 5549 | This uses the function `display-buffer' as a subroutine; see | 5549 | This uses the function `display-buffer' as a subroutine; see |
| 5550 | its documentation for additional customization information." | 5550 | its documentation for additional customization information." |
| 5551 | (interactive "BDisplay buffer in other frame: ") | 5551 | (interactive "BDisplay buffer in other frame: ") |