Variable: exec-directory
exec-directory is a variable defined in callproc.c.
Value
"/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/libexec/emacs/28.2/x86_64-pc-linux-gnu/"
Documentation
Directory for executables for Emacs to invoke.
More generally, this includes any architecture-dependent files that are built and installed from the Emacs distribution.
Probably introduced at or before Emacs version 16.
Source Code
// Defined in /usr/src/emacs/src/callproc.c
DEFVAR_LISP ("exec-directory", Vexec_directory,
doc: /* Directory for executables for Emacs to invoke.
More generally, this includes any architecture-dependent files
that are built and installed from the Emacs distribution. */);