diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2004-09-08 10:47:13 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2004-09-08 10:47:13 +0000 |
commit | 4f40ec91ede92ec3578c25f015358d415b4479d9 (patch) | |
tree | b9bfacca4451030ed200832f9bd179b9c97c18ab /lisp/bs.el | |
parent | 713393d6458796f80a31df3390cdea246a085eea (diff) | |
download | emacs-4f40ec91ede92ec3578c25f015358d415b4479d9.tar.gz |
(bs-mode): Doc fix.
Diffstat (limited to 'lisp/bs.el')
-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. \\[bs-tmp-select-other-window] -- make another window display that buffer and remain in Buffer Selection Menu. \\[bs-mouse-select] -- select current line's buffer and other marked buffers. -\\[bs-save] -- save current line's buffer immediatly. -\\[bs-delete] -- kill current line's buffer immediatly. +\\[bs-save] -- save current line's buffer immediately. +\\[bs-delete] -- kill current line's buffer immediately. \\[bs-toggle-readonly] -- toggle read-only status of current line's buffer. \\[bs-clear-modified] -- clear modified-flag on that buffer. \\[bs-mark-current] -- mark current line's buffer to be displayed. |