From: Juanma Barranquero Date: Tue, 14 Feb 2006 10:05:39 +0000 (+0000) Subject: (File Local Variables): Use @code for a cons cell, not @var. X-Git-Tag: emacs-pretest-22.0.90~4147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0da933504cac484d6a183924595e3b080cf95a1f;p=emacs.git (File Local Variables): Use @code for a cons cell, not @var. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 250d5450608..1d1bf8fcaa6 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-02-14 Juanma Barranquero + + * variables.texi (File Local Variables): Use @code for a cons + cell, not @var. + 2006-02-13 Chong Yidong * variables.texi (File Local Variables): Document new file local diff --git a/lispref/variables.texi b/lispref/variables.texi index 8b54d02758e..d272e78d3a5 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -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