Variable: hexl-bits

hexl-bits is a customizable variable defined in hexl.el.gz.

Value

16

Documentation

The bit grouping that hexl will use.

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

Source Code

;; Defined in /usr/src/emacs/lisp/hexl.el.gz
(defcustom hexl-bits 16
  "The bit grouping that hexl will use."
  :type '(choice (const 8 )
                 (const 16)
                 (const 32)
                 (const 64))
  :version "24.3")