diff options
| author | Thien-Thi Nguyen | 2004-09-08 10:47:13 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2004-09-08 10:47:13 +0000 |
| commit | e148f7267aa182a525cac64d48b46184158437ea (patch) | |
| tree | d2308bfa17cf83c2d870508e9037e7c1c12e916e | |
| parent | 9c64f299051ef0d09b5ba8175c351b83948d7ad6 (diff) | |
| download | emacs-e148f7267aa182a525cac64d48b46184158437ea.tar.gz emacs-e148f7267aa182a525cac64d48b46184158437ea.zip | |
(bs-mode): Doc fix.
| -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 29258119974..76d8d25051f 100644 --- a/lisp/bs.el +++ b/lisp/bs.el | |||
| @@ -628,8 +628,8 @@ For faster navigation each digit key is a digit argument. | |||
| 628 | \\[bs-tmp-select-other-window] -- make another window display that buffer and | 628 | \\[bs-tmp-select-other-window] -- make another window display that buffer and |
| 629 | remain in Buffer Selection Menu. | 629 | remain in Buffer Selection Menu. |
| 630 | \\[bs-mouse-select] -- select current line's buffer and other marked buffers. | 630 | \\[bs-mouse-select] -- select current line's buffer and other marked buffers. |
| 631 | \\[bs-save] -- save current line's buffer immediatly. | 631 | \\[bs-save] -- save current line's buffer immediately. |
| 632 | \\[bs-delete] -- kill current line's buffer immediatly. | 632 | \\[bs-delete] -- kill current line's buffer immediately. |
| 633 | \\[bs-toggle-readonly] -- toggle read-only status of current line's buffer. | 633 | \\[bs-toggle-readonly] -- toggle read-only status of current line's buffer. |
| 634 | \\[bs-clear-modified] -- clear modified-flag on that buffer. | 634 | \\[bs-clear-modified] -- clear modified-flag on that buffer. |
| 635 | \\[bs-mark-current] -- mark current line's buffer to be displayed. | 635 | \\[bs-mark-current] -- mark current line's buffer to be displayed. |