Variable: load-force-doc-strings
load-force-doc-strings is a variable defined in lread.c.
Value
nil
Documentation
Non-nil means load should force-load all dynamic doc strings.
This is useful when the file being loaded is a temporary copy.
Source Code
// Defined in /usr/src/emacs/src/lread.c
DEFVAR_BOOL ("load-force-doc-strings", load_force_doc_strings,
doc: /* Non-nil means `load' should force-load all dynamic doc strings.
This is useful when the file being loaded is a temporary copy. */);