aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-01-14 18:48:05 +0200
committerEli Zaretskii2018-01-14 18:48:05 +0200
commit155b2111337de215d4a4ee8547094f30bf09b93b (patch)
treec833777d4be6240b5a25df91f7d78db2bcfef849
parent7a81586bd7250b24704f755b825121b5d13c7774 (diff)
downloademacs-155b2111337de215d4a4ee8547094f30bf09b93b.tar.gz
emacs-155b2111337de215d4a4ee8547094f30bf09b93b.zip
Minor copyedit in ELisp manual
* doc/lispref/variables.texi (File Local Variables): Improve wording of last change.
-rw-r--r--doc/lispref/variables.texi3
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:
1827 1827
1828@noindent 1828@noindent
1829The safe value definitions specified with @code{autoload} are copied 1829The safe value definitions specified with @code{autoload} are copied
1830into the @file{loaddefs.el} file, and are known to Emacs since the 1830into the package's autoloads file (@file{loaddefs.el} for most
1831packages bundled with Emacs), and are known to Emacs since the
1831beginning of a session. 1832beginning of a session.
1832 1833
1833@defopt safe-local-variable-values 1834@defopt safe-local-variable-values