Variable: data-directory
data-directory is a variable defined in callproc.c.
Value
"/nix/store/yvwy8dm26cpa1j12ixgs1dyiaw2abdk9-emacs-snapshot/share/emacs/31.0.50/etc/"
Documentation
Directory of machine-independent files that come with GNU Emacs.
These are files intended for Emacs to use while it runs.
Probably introduced at or before Emacs version 19.1.
Source Code
// Defined in /usr/src/emacs/src/callproc.c
DEFVAR_LISP ("data-directory", Vdata_directory,
doc: /* Directory of machine-independent files that come with GNU Emacs.
These are files intended for Emacs to use while it runs. */);