diff options
| author | Martin Rudalics | 2011-10-08 16:01:55 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-10-08 16:01:55 +0200 |
| commit | 235ce86fea5c1b5c024da7e05a2f50aa7f22a992 (patch) | |
| tree | e59e129c48ea5612acd1be12f9de0c086aa6f6d7 | |
| parent | c557cd6b97df3989fda0b2d19cff80bb7a9a5c70 (diff) | |
| download | emacs-235ce86fea5c1b5c024da7e05a2f50aa7f22a992.tar.gz emacs-235ce86fea5c1b5c024da7e05a2f50aa7f22a992.zip | |
Fix doc-string typo in switch-to-buffer.
| -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 |