(File Local Variables): Use @code for a cons cell, not @var.
This commit is contained in:
parent
4d7637b85f
commit
0da933504c
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue