Variable: exec-directory

exec-directory is a variable defined in callproc.c.

Value

"/nix/store/a658fvazk6z9r5piiflfxzv0b26vzrp6-emacs-release-snapshot/libexec/emacs/31.1/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.

View in manual

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.  */);