Variable: hexl-follow-ascii
hexl-follow-ascii is a customizable variable defined in hexl.el.gz.
Value
t
Documentation
Non-nil if Hexl-Follow-Ascii mode is enabled.
See the hexl-follow-ascii(var)/hexl-follow-ascii(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function hexl-follow-ascii(var)/hexl-follow-ascii(fun).
This variable was added, or its default value changed, in Emacs 20.3.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/hexl.el.gz
(defcustom hexl-follow-ascii t
"If non-nil then highlight the ASCII character corresponding to point."
:type 'boolean
:version "20.3")