diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-29 02:14:41 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-29 02:14:41 +0000 |
commit | 9a6abc8e67ec5d01102d093fa846d1d1bf2064f5 (patch) | |
tree | 71abbb6f58ba57f4b579a7b0c229909d6df742e4 /lispref/variables.texi | |
parent | 606cdb8902753c80cc588fb4b0f7016d67e809d1 (diff) |
(Defining Variables): Fix doc of `user-variable-p'.
Diffstat (limited to 'lispref/variables.texi')
-rw-r--r-- | lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi index d58fc8e754..38fb929c16 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -569,7 +569,7 @@ though being declared using @code{defcustom}@footnote{They may also be declared equivalently in @file{cus-start.el}.} or by the first character of their @code{variable-documentation} property. If the property exists and is a string, and its first character is @samp{*}, then the variable -is a user option. +is a user option. Aliases of user options are also user options. @end defun @kindex variable-interactive |