]> git.eshelyaron.com Git - emacs.git/commitdiff
(File Local Variables): Use @code for a cons cell, not @var.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Feb 2006 10:05:39 +0000 (10:05 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Feb 2006 10:05:39 +0000 (10:05 +0000)
lispref/ChangeLog
lispref/variables.texi

index 250d545060833739b60228054e236146d8368b8a..1d1bf8fcaa6e202e7230d2f05ebbce6ba8ec712b 100644 (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
index 8b54d02758ec89238d18523d9b52010b60f7505c..d272e78d3a5046b2325039d150e440b5f223a5c8 100644 (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