Fix doc-string typo in switch-to-buffer.
authorMartin Rudalics <rudalics@gmx.at>
Sat, 8 Oct 2011 14:01:55 +0000 (16:01 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Sat, 8 Oct 2011 14:01:55 +0000 (16:01 +0200)
lisp/ChangeLog
lisp/window.el

index 7bd7126..0767491 100644 (file)
@@ -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>
 
index 72b14e1..79629c9 100644 (file)
@@ -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