Function: bs-customize

bs-customize is an autoloaded, interactive and byte-compiled function defined in bs.el.gz.

Signature

(bs-customize)

Documentation

Customization of group bs for Buffer Selection Menu.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/bs.el.gz
;; ----------------------------------------------------------------------
;; Main function bs-customize and bs-show
;; ----------------------------------------------------------------------

;;;###autoload
(defun bs-customize ()
  "Customization of group bs for Buffer Selection Menu."
  (interactive)
  (customize-group "bs"))