Fix doc-string typo in switch-to-buffer.
This commit is contained in:
parent
c557cd6b97
commit
235ce86fea
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
* window.el (window--delete): Delete dedicated frame
|
||||
unconditionally when argument KILL is non-nil. (Bug#9699)
|
||||
(switch-to-buffer): Fix doc-string typo.
|
||||
|
||||
2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -4977,7 +4977,7 @@ one.
|
|||
If FORCE-SAME-WINDOW is non-nil, BUFFER-OR-NAME must be displayed
|
||||
in the selected window; signal an error if that is
|
||||
impossible (e.g. if the selected window is minibuffer-only). If
|
||||
non-nil, BUFFER-OR-NAME may be displayed in another window.
|
||||
nil, BUFFER-OR-NAME may be displayed in another window.
|
||||
|
||||
Return the buffer switched to."
|
||||
(interactive
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue