Variable: configure-info-directory

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

Value

"/nix/store/yvwy8dm26cpa1j12ixgs1dyiaw2abdk9-emacs-snapshot/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.  */);