Variable: custom-unlispify-remove-prefixes

custom-unlispify-remove-prefixes is a customizable variable defined in cus-edit.el.gz.

Value

nil

Documentation

Non-nil means remove group prefixes from option names in buffer.

Discarding prefixes often leads to confusing names for options and faces in Customize buffers, so do not set this to a non-nil value unless you are sure you know what it does.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defcustom custom-unlispify-remove-prefixes nil
  "Non-nil means remove group prefixes from option names in buffer.
Discarding prefixes often leads to confusing names for options
and faces in Customize buffers, so do not set this to a non-nil
value unless you are sure you know what it does."
  :group 'custom-menu
  :group 'custom-buffer
  :type 'boolean)