diff options
| -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 |