aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2011-02-12 17:23:06 -0500
committerChong Yidong <[email protected]>2011-02-12 17:23:06 -0500
commitaca6915a1d31be73aa9ed6436f71834efd2b8b20 (patch)
tree6a612f2aef9b2fd757661945279953992a9bf1e0
parent38a716559183f5eb8b20ea58275cacf90d8b7ab2 (diff)
Minor commentary fix (Bug#8024).
-rw-r--r--lisp/bs.el10
1 files changed, 3 insertions, 7 deletions
diff --git a/lisp/bs.el b/lisp/bs.el
index 2436bab259..1f90304f1d 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: