Variable: data-directory

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

Value

"/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/emacs/28.2/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.20.

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