diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-02-12 17:23:06 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-02-12 17:23:06 -0500 |
commit | aca6915a1d31be73aa9ed6436f71834efd2b8b20 (patch) | |
tree | 6a612f2aef9b2fd757661945279953992a9bf1e0 /lisp/bs.el | |
parent | 38a716559183f5eb8b20ea58275cacf90d8b7ab2 (diff) | |
download | emacs-aca6915a1d31be73aa9ed6436f71834efd2b8b20.tar.gz |
Minor commentary fix (Bug#8024).
Diffstat (limited to 'lisp/bs.el')
-rw-r--r-- | lisp/bs.el | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lisp/bs.el b/lisp/bs.el index 2436bab2597..1f90304f1da 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -42,14 +42,10 @@ ;;; Quick Installation und Customization: -;; Use +;; To display the bs menu, do ;; M-x bs-show -;; for buffer selection or optional bind a key to main function `bs-show' -;; (global-set-key "\C-x\C-b" 'bs-show) ;; or another key -;; -;; For customization use -;; M-x bs-customize - +;; To customize its behavior, do +;; M-x bs-customize ;;; More Commentary: |