diff options
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r-- | doc/lispref/variables.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 8f8e8302c45..e025d3fd10b 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -1827,7 +1827,8 @@ predicate, like this: @noindent The safe value definitions specified with @code{autoload} are copied -into the @file{loaddefs.el} file, and are known to Emacs since the +into the package's autoloads file (@file{loaddefs.el} for most +packages bundled with Emacs), and are known to Emacs since the beginning of a session. @defopt safe-local-variable-values |