]> git.eshelyaron.com Git - emacs.git/commitdiff
(bs-select, bs-select-other-window): Fix typos in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 24 Oct 2007 02:09:45 +0000 (02:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 24 Oct 2007 02:09:45 +0000 (02:09 +0000)
lisp/bs.el

index 98702d04ef0d423bbb0da1d6f9ece45756156f25..06c2474fa5d34c62caad648e8c32e32f2cbbef5d 100644 (file)
@@ -743,7 +743,7 @@ Leave Buffer Selection Menu."
 (defun bs-select ()
   "Select current line's buffer and other marked buffers.
 If there are no marked buffers the window configuration before starting
-Buffer Selectin Menu will be restored.
+Buffer Selection Menu will be restored.
 If there are marked buffers each marked buffer and the current line's buffer
 will be selected in a window.
 Leave Buffer Selection Menu."
@@ -768,7 +768,7 @@ Leave Buffer Selection Menu."
 
 (defun bs-select-other-window ()
   "Select current line's buffer by `switch-to-buffer-other-window'.
-The window configuration before starting Buffer Selectin Menu will be restored
+The window configuration before starting Buffer Selection Menu will be restored
 unless there is no other window.  In this case a new window will be created.
 Leave Buffer Selection Menu."
   (interactive)