aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/variables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi
index d58fc8e7540..38fb929c16d 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -569,7 +569,7 @@ though being declared using @code{defcustom}@footnote{They may also be
569declared equivalently in @file{cus-start.el}.} or by the first character 569declared equivalently in @file{cus-start.el}.} or by the first character
570of their @code{variable-documentation} property. If the property exists 570of their @code{variable-documentation} property. If the property exists
571and is a string, and its first character is @samp{*}, then the variable 571and is a string, and its first character is @samp{*}, then the variable
572is a user option. 572is a user option. Aliases of user options are also user options.
573@end defun 573@end defun
574 574
575@kindex variable-interactive 575@kindex variable-interactive