Variable: locate-filename-indentation
locate-filename-indentation is a variable defined in locate.el.gz.
Value
4
Documentation
The amount of indentation for each file.
Source Code
;; Defined in /usr/src/emacs/lisp/locate.el.gz
;; This variable is used to indent the lines and then to search for
;; the file name
(defconst locate-filename-indentation 4
"The amount of indentation for each file.")