diff options
| author | Eli Zaretskii | 2018-01-14 18:48:05 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-01-14 18:48:05 +0200 |
| commit | 155b2111337de215d4a4ee8547094f30bf09b93b (patch) | |
| tree | c833777d4be6240b5a25df91f7d78db2bcfef849 | |
| parent | 7a81586bd7250b24704f755b825121b5d13c7774 (diff) | |
| download | emacs-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.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: | |||
| 1827 | 1827 | ||
| 1828 | @noindent | 1828 | @noindent |
| 1829 | The safe value definitions specified with @code{autoload} are copied | 1829 | The safe value definitions specified with @code{autoload} are copied |
| 1830 | into the @file{loaddefs.el} file, and are known to Emacs since the | 1830 | into the package's autoloads file (@file{loaddefs.el} for most |
| 1831 | packages bundled with Emacs), and are known to Emacs since the | ||
| 1831 | beginning of a session. | 1832 | beginning of a session. |
| 1832 | 1833 | ||
| 1833 | @defopt safe-local-variable-values | 1834 | @defopt safe-local-variable-values |