diff options
| author | Bastien Guerry | 2013-02-27 13:12:20 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2013-02-27 13:12:20 +0100 |
| commit | 5765e9e081a4693befcebd1b894c0eaba52b627e (patch) | |
| tree | 3e51296b16cf02ca6f0989655079d5eb6ba60c80 | |
| parent | 336d2ce2cf038d4ecd4edd3b5b671490558058a1 (diff) | |
| download | emacs-5765e9e081a4693befcebd1b894c0eaba52b627e.tar.gz emacs-5765e9e081a4693befcebd1b894c0eaba52b627e.zip | |
* variables.texi (File Local Variables): Fix reference.
Thanks to Aurélien Aptel and for reporting this problem
and to Xue Fuqiao for suggesting a fix.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 722e741a119..af11ac181a6 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-27 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * variables.texi (File Local Variables): Fix reference. | ||
| 4 | |||
| 1 | 2013-02-23 Eli Zaretskii <eliz@gnu.org> | 5 | 2013-02-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * files.texi (Magic File Names): Improve wording and indexing. | 7 | * files.texi (Magic File Names): Improve wording and indexing. |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 3f4edebfb8b..4bcf7985f0c 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1556,7 +1556,7 @@ an ordinary evaluated argument. | |||
| 1556 | 1556 | ||
| 1557 | A file can specify local variable values; Emacs uses these to create | 1557 | A file can specify local variable values; Emacs uses these to create |
| 1558 | buffer-local bindings for those variables in the buffer visiting that | 1558 | buffer-local bindings for those variables in the buffer visiting that |
| 1559 | file. @xref{File variables, , Local Variables in Files, emacs, The | 1559 | file. @xref{File Variables, , Local Variables in Files, emacs, The |
| 1560 | GNU Emacs Manual}, for basic information about file-local variables. | 1560 | GNU Emacs Manual}, for basic information about file-local variables. |
| 1561 | This section describes the functions and variables that affect how | 1561 | This section describes the functions and variables that affect how |
| 1562 | file-local variables are processed. | 1562 | file-local variables are processed. |