aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-02-14 10:05:39 +0000
committerJuanma Barranquero2006-02-14 10:05:39 +0000
commit0da933504cac484d6a183924595e3b080cf95a1f (patch)
treeaec1ccd54308ee19a6fb6afa522f4a9a3562f962
parent4d7637b85f25e5e8b6872280212739339a1be4c3 (diff)
downloademacs-0da933504cac484d6a183924595e3b080cf95a1f.tar.gz
emacs-0da933504cac484d6a183924595e3b080cf95a1f.zip
(File Local Variables): Use @code for a cons cell, not @var.
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/variables.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 250d5450608..1d1bf8fcaa6 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12006-02-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * variables.texi (File Local Variables): Use @code for a cons
4 cell, not @var.
5
12006-02-13 Chong Yidong <cyd@stupidchicken.com> 62006-02-13 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * variables.texi (File Local Variables): Document new file local 8 * 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
1794 1794
1795@defopt safe-local-variable-values 1795@defopt safe-local-variable-values
1796This variable provides another way to mark variables as safe. It is a 1796This variable provides another way to mark variables as safe. It is a
1797list of cons cells @var{(var . val)}, where @var{var} is a variable 1797list of cons cells @code{(var . val)}, where @var{var} is a variable
1798name and @var{val} is a value of that variable that is safe. 1798name and @var{val} is a value of that variable that is safe.
1799 1799
1800When Emacs asks the user whether or not to obey a set of file variable 1800When Emacs asks the user whether or not to obey a set of file variable