Variable: load-true-file-name

load-true-file-name is a variable defined in lread.c.

Value

"/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/emacs/28.2/site-lisp/elisp-doc-main.elc"

Documentation

Full name of file being loaded by load.

Source Code

// Defined in /usr/src/emacs/src/lread.c
  DEFVAR_LISP ("load-true-file-name", Vload_true_file_name,
	       doc: /* Full name of file being loaded by `load'.  */);