changeset 68877:f2055aa568a6

(File Local Variables): Use @code for a cons cell, not @var.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Feb 2006 10:04:58 +0000
parents bce98011e537
children dfad304aed75
files lispref/variables.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/variables.texi	Tue Feb 14 10:04:19 2006 +0000
+++ b/lispref/variables.texi	Tue Feb 14 10:04:58 2006 +0000
@@ -1794,7 +1794,7 @@
 
 @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