]> code.delx.au - gnu-emacs/commitdiff
Typo.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 14 Feb 2006 15:17:27 +0000 (15:17 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 14 Feb 2006 15:17:27 +0000 (15:17 +0000)
lispref/variables.texi

index d272e78d3a5046b2325039d150e440b5f223a5c8..2677dd72bdbbd8291c62b9f0b3bbc8f5cb624b73 100644 (file)
@@ -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 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