Variable: tags-apropos-verbose

tags-apropos-verbose is a customizable variable defined in etags.el.gz.

Value

nil

Documentation

If non-nil, print the name of the tags file in the *Tags List* buffer.

This variable was added, or its default value changed, in Emacs 21.1.

Probably introduced at or before Emacs version 21.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defcustom tags-apropos-verbose nil
  "If non-nil, print the name of the tags file in the *Tags List* buffer."
  :type 'boolean
  :version "21.1")