diff options
| author | Juanma Barranquero | 2006-02-14 10:05:39 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-02-14 10:05:39 +0000 |
| commit | 0da933504cac484d6a183924595e3b080cf95a1f (patch) | |
| tree | aec1ccd54308ee19a6fb6afa522f4a9a3562f962 | |
| parent | 4d7637b85f25e5e8b6872280212739339a1be4c3 (diff) | |
| download | emacs-0da933504cac484d6a183924595e3b080cf95a1f.tar.gz emacs-0da933504cac484d6a183924595e3b080cf95a1f.zip | |
(File Local Variables): Use @code for a cons cell, not @var.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/variables.texi | 2 |
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 @@ | |||
| 1 | 2006-02-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * variables.texi (File Local Variables): Use @code for a cons | ||
| 4 | cell, not @var. | ||
| 5 | |||
| 1 | 2006-02-13 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-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 |
| 1796 | This variable provides another way to mark variables as safe. It is a | 1796 | This variable provides another way to mark variables as safe. It is a |
| 1797 | list of cons cells @var{(var . val)}, where @var{var} is a variable | 1797 | list of cons cells @code{(var . val)}, where @var{var} is a variable |
| 1798 | name and @var{val} is a value of that variable that is safe. | 1798 | name and @var{val} is a value of that variable that is safe. |
| 1799 | 1799 | ||
| 1800 | When Emacs asks the user whether or not to obey a set of file variable | 1800 | When Emacs asks the user whether or not to obey a set of file variable |