Variable: hexl-program-name
hexl-program-name is a variable defined in callproc.c.
Value
"hexl"
Documentation
Name of the hexl program distributed with Emacs.
Use this instead of calling hexl directly, as hexl may have been
renamed to comply with executable naming restrictions on the system.
Probably introduced at or before Emacs version 30.1.
Source Code
// Defined in /usr/src/emacs/src/callproc.c
DEFVAR_LISP ("hexl-program-name", Vhexl_program_name,
doc: /* Name of the `hexl' program distributed with Emacs.
Use this instead of calling `hexl' directly, as `hexl' may have been
renamed to comply with executable naming restrictions on the system. */);