Variable: exec-directory
exec-directory is a variable defined in callproc.c.
Value
"/nix/store/g9awsiwsy0cqwj6a6hb6x6423d8fdbf1-emacs-snapshot/libexec/emacs/32.0.50/aarch64-unknown-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. */);