# HG changeset patch # User Juanma Barranquero # Date 1193191785 0 # Node ID 89ec8c04410c7b35f13c88ad5cb07e7d464635e7 # Parent e3d75658c018c03b2aa26749ed05a3e8387a306b (bs-select, bs-select-other-window): Fix typos in docstrings. diff -r e3d75658c018 -r 89ec8c04410c lisp/bs.el --- a/lisp/bs.el Tue Oct 23 21:24:36 2007 +0000 +++ b/lisp/bs.el Wed Oct 24 02:09:45 2007 +0000 @@ -743,7 +743,7 @@ (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 @@ (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)