diff options
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/window.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7bd71260763..076749197e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * window.el (window--delete): Delete dedicated frame | 3 | * window.el (window--delete): Delete dedicated frame |
| 4 | unconditionally when argument KILL is non-nil. (Bug#9699) | 4 | unconditionally when argument KILL is non-nil. (Bug#9699) |
| 5 | (switch-to-buffer): Fix doc-string typo. | ||
| 5 | 6 | ||
| 6 | 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 7 | 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 7 | 8 | ||
diff --git a/lisp/window.el b/lisp/window.el index 72b14e1852e..79629c9c285 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -4977,7 +4977,7 @@ one. | |||
| 4977 | If FORCE-SAME-WINDOW is non-nil, BUFFER-OR-NAME must be displayed | 4977 | If FORCE-SAME-WINDOW is non-nil, BUFFER-OR-NAME must be displayed |
| 4978 | in the selected window; signal an error if that is | 4978 | in the selected window; signal an error if that is |
| 4979 | impossible (e.g. if the selected window is minibuffer-only). If | 4979 | impossible (e.g. if the selected window is minibuffer-only). If |
| 4980 | non-nil, BUFFER-OR-NAME may be displayed in another window. | 4980 | nil, BUFFER-OR-NAME may be displayed in another window. |
| 4981 | 4981 | ||
| 4982 | Return the buffer switched to." | 4982 | Return the buffer switched to." |
| 4983 | (interactive | 4983 | (interactive |