Variable: locate-update-command

locate-update-command is a customizable variable defined in locate.el.gz.

Value

"updatedb"

Documentation

The executable program used to update the locate database.

Source Code

;; Defined in /usr/src/emacs/lisp/locate.el.gz
(defcustom locate-update-command "updatedb"
  "The executable program used to update the locate database."
  :type 'string)