From: Juanma Barranquero Date: Wed, 29 Jun 2005 02:14:41 +0000 (+0000) Subject: (Defining Variables): Fix doc of `user-variable-p'. X-Git-Tag: emacs-pretest-22.0.90~8591 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a6abc8e67ec5d01102d093fa846d1d1bf2064f5;p=emacs.git (Defining Variables): Fix doc of `user-variable-p'. --- 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 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