Variable: ctags-program-name
ctags-program-name is a variable defined in callproc.c.
Value
"ctags"
Documentation
Name of the ctags program.
Use this instead of calling ctags directly, as ctags 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 ("ctags-program-name", Vctags_program_name,
doc: /* Name of the `ctags' program.
Use this instead of calling `ctags' directly, as `ctags' may have been
renamed to comply with executable naming restrictions on the system. */);