diff options
| author | Juanma Barranquero | 2007-10-24 02:09:45 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-24 02:09:45 +0000 |
| commit | de302d454b69d41707eae1b15c5d36e24db3fbb1 (patch) | |
| tree | 7d5d8a9dbf447b3b21ee198680227be3b613b3e7 | |
| parent | 088d6743d83c35a054846147aaac8c42df5dc40f (diff) | |
| download | emacs-de302d454b69d41707eae1b15c5d36e24db3fbb1.tar.gz emacs-de302d454b69d41707eae1b15c5d36e24db3fbb1.zip | |
(bs-select, bs-select-other-window): Fix typos in docstrings.
| -rw-r--r-- | lisp/bs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/bs.el b/lisp/bs.el index 98702d04ef0..06c2474fa5d 100644 --- a/lisp/bs.el +++ b/lisp/bs.el | |||
| @@ -743,7 +743,7 @@ Leave Buffer Selection Menu." | |||
| 743 | (defun bs-select () | 743 | (defun bs-select () |
| 744 | "Select current line's buffer and other marked buffers. | 744 | "Select current line's buffer and other marked buffers. |
| 745 | If there are no marked buffers the window configuration before starting | 745 | If there are no marked buffers the window configuration before starting |
| 746 | Buffer Selectin Menu will be restored. | 746 | Buffer Selection Menu will be restored. |
| 747 | If there are marked buffers each marked buffer and the current line's buffer | 747 | If there are marked buffers each marked buffer and the current line's buffer |
| 748 | will be selected in a window. | 748 | will be selected in a window. |
| 749 | Leave Buffer Selection Menu." | 749 | Leave Buffer Selection Menu." |
| @@ -768,7 +768,7 @@ Leave Buffer Selection Menu." | |||
| 768 | 768 | ||
| 769 | (defun bs-select-other-window () | 769 | (defun bs-select-other-window () |
| 770 | "Select current line's buffer by `switch-to-buffer-other-window'. | 770 | "Select current line's buffer by `switch-to-buffer-other-window'. |
| 771 | The window configuration before starting Buffer Selectin Menu will be restored | 771 | The window configuration before starting Buffer Selection Menu will be restored |
| 772 | unless there is no other window. In this case a new window will be created. | 772 | unless there is no other window. In this case a new window will be created. |
| 773 | Leave Buffer Selection Menu." | 773 | Leave Buffer Selection Menu." |
| 774 | (interactive) | 774 | (interactive) |