diff options
| author | Chong Yidong | 2006-02-14 15:17:27 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-02-14 15:17:27 +0000 |
| commit | 764d6d17d36f16dec1ea4b5091f19815ef2d5603 (patch) | |
| tree | fae72638e74dbb2a62cb9835ec190d090a084e2c | |
| parent | 542f7c55b40c5c020777b283c22702c88c5080d6 (diff) | |
| download | emacs-764d6d17d36f16dec1ea4b5091f19815ef2d5603.tar.gz emacs-764d6d17d36f16dec1ea4b5091f19815ef2d5603.zip | |
Typo.
| -rw-r--r-- | lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi index d272e78d3a5..2677dd72bdb 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi | |||
| @@ -1784,7 +1784,7 @@ file variables specified in that file. A variable can be marked as | |||
| 1784 | @dfn{safe} by setting its @code{safe-local-variable} property. If the | 1784 | @dfn{safe} by setting its @code{safe-local-variable} property. If the |
| 1785 | property is @code{t}, that variable is always considered safe, | 1785 | property is @code{t}, that variable is always considered safe, |
| 1786 | regardless of the value assigned to it. The | 1786 | regardless of the value assigned to it. The |
| 1787 | @code{safe-local-variable} property can also be a a function taking | 1787 | @code{safe-local-variable} property can also be a function taking |
| 1788 | exactly one argument. In that case, Emacs considers it safe to give | 1788 | exactly one argument. In that case, Emacs considers it safe to give |
| 1789 | the variable a certain value if the function returns non-@code{nil} | 1789 | the variable a certain value if the function returns non-@code{nil} |
| 1790 | when called with that value as argument. Many commonly-encountered | 1790 | when called with that value as argument. Many commonly-encountered |