Variable: doc-directory

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

Value

"/nix/store/g9awsiwsy0cqwj6a6hb6x6423d8fdbf1-emacs-snapshot/share/emacs/32.0.50/etc/"

Documentation

Directory containing the DOC file that comes with GNU Emacs.

This is usually the same as data-directory.

View in manual

Source Code

// Defined in /usr/src/emacs/src/callproc.c
  DEFVAR_LISP ("doc-directory", Vdoc_directory,
	       doc: /* Directory containing the DOC file that comes with GNU Emacs.
This is usually the same as `data-directory'.  */);