(File Local Variables): Use @code for a cons cell, not @var.

This commit is contained in:
Juanma Barranquero 2006-02-14 10:05:39 +00:00
parent 4d7637b85f
commit 0da933504c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-14 Juanma Barranquero <lekktu@gmail.com>
* variables.texi (File Local Variables): Use @code for a cons
cell, not @var.
2006-02-13 Chong Yidong <cyd@stupidchicken.com>
* variables.texi (File Local Variables): Document new file local

View file

@ -1794,7 +1794,7 @@ including @code{fill-column}, @code{fill-prefix}, and
@defopt safe-local-variable-values
This variable provides another way to mark variables as safe. It is a
list of cons cells @var{(var . val)}, where @var{var} is a variable
list of cons cells @code{(var . val)}, where @var{var} is a variable
name and @var{val} is a value of that variable that is safe.
When Emacs asks the user whether or not to obey a set of file variable