diff options
author | Bastien Guerry <bzg@gnu.org> | 2013-02-27 13:12:20 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2013-02-27 13:12:20 +0100 |
commit | 5765e9e081a4693befcebd1b894c0eaba52b627e (patch) | |
tree | 3e51296b16cf02ca6f0989655079d5eb6ba60c80 /doc | |
parent | 336d2ce2cf038d4ecd4edd3b5b671490558058a1 (diff) | |
download | emacs-5765e9e081a4693befcebd1b894c0eaba52b627e.tar.gz |
* 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.
Diffstat (limited to 'doc')
-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 @@ +2013-02-27 Bastien Guerry <bzg@gnu.org> + + * variables.texi (File Local Variables): Fix reference. + 2013-02-23 Eli Zaretskii <eliz@gnu.org> * 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. A file can specify local variable values; Emacs uses these to create buffer-local bindings for those variables in the buffer visiting that -file. @xref{File variables, , Local Variables in Files, emacs, The +file. @xref{File Variables, , Local Variables in Files, emacs, The GNU Emacs Manual}, for basic information about file-local variables. This section describes the functions and variables that affect how file-local variables are processed. |