aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-29 02:14:41 +0000
committerJuanma Barranquero2005-06-29 02:14:41 +0000
commit9a6abc8e67ec5d01102d093fa846d1d1bf2064f5 (patch)
tree71abbb6f58ba57f4b579a7b0c229909d6df742e4
parent606cdb8902753c80cc588fb4b0f7016d67e809d1 (diff)
downloademacs-9a6abc8e67ec5d01102d093fa846d1d1bf2064f5.tar.gz
emacs-9a6abc8e67ec5d01102d093fa846d1d1bf2064f5.zip
(Defining Variables): Fix doc of `user-variable-p'.
-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