Variable: custom-print-vectors

custom-print-vectors is a customizable variable defined in cust-print.el.gz.

Value

nil

Documentation

Non-nil if printing of vectors should obey print-level and print-length.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/cust-print.el.gz
(defcustom custom-print-vectors nil
  "Non-nil if printing of vectors should obey `print-level' and `print-length'."
  :type 'boolean)