Variable: exec-directory
exec-directory is a variable defined in callproc.c.
Value
"/nix/store/bkylrz4yjwd80c6lq848by9ijh0dh0ph-emacs-30-2/libexec/emacs/30.2/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. */);