changeset 68887:17c1f4fa776d

Typo.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 14 Feb 2006 15:17:27 +0000
parents 7273a522d975
children 8bc56d7e5e78
files lispref/variables.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/variables.texi	Tue Feb 14 14:44:32 2006 +0000
+++ b/lispref/variables.texi	Tue Feb 14 15:17:27 2006 +0000
@@ -1784,7 +1784,7 @@
 @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