Variable: locate-buffer-name

locate-buffer-name is a customizable variable defined in locate.el.gz.

Value

"*Locate*"

Documentation

Name of the buffer to show results from the M-x locate (locate) command.

Source Code

;; Defined in /usr/src/emacs/lisp/locate.el.gz
(defcustom locate-buffer-name "*Locate*"
  "Name of the buffer to show results from the \\[locate] command."
  :type 'string)