diff options
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: |