Variable: custom-unlispify-tag-names

custom-unlispify-tag-names is a customizable variable defined in cus-edit.el.gz.

Value

t

Documentation

Display tag names as words instead of symbols if non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defcustom custom-unlispify-tag-names t
  "Display tag names as words instead of symbols if non-nil."
  :group 'custom-buffer
  :type 'boolean)