Variable: configure-info-directory

configure-info-directory is a variable defined in callproc.c.

Value

"/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/info"

Documentation

For internal use by the build procedure only.

This is the name of the directory in which the build procedure installed Emacs's info files; the default value for Info-default-directory-list includes this.

Source Code

// Defined in /usr/src/emacs/src/callproc.c
  DEFVAR_LISP ("configure-info-directory", Vconfigure_info_directory,
	       doc: /* For internal use by the build procedure only.
This is the name of the directory in which the build procedure installed
Emacs's info files; the default value for `Info-default-directory-list'
includes this.  */);