diff options
| -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: ") |