From: Chong Yidong Date: Tue, 14 Feb 2006 15:17:27 +0000 (+0000) Subject: Typo. X-Git-Tag: emacs-pretest-22.0.90~4138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=764d6d17d36f16dec1ea4b5091f19815ef2d5603;p=emacs.git Typo. --- 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 @dfn{safe} by setting its @code{safe-local-variable} property. If the property is @code{t}, that variable is always considered safe, regardless of the value assigned to it. The -@code{safe-local-variable} property can also be a a function taking +@code{safe-local-variable} property can also be a function taking exactly one argument. In that case, Emacs considers it safe to give the variable a certain value if the function returns non-@code{nil} when called with that value as argument. Many commonly-encountered