From 0da933504cac484d6a183924595e3b080cf95a1f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 14 Feb 2006 10:05:39 +0000 Subject: [PATCH] (File Local Variables): Use @code for a cons cell, not @var. --- lispref/ChangeLog | 5 +++++ lispref/variables.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2