changeset 63827:6b1ddf9e6581

(Defining Variables): Fix doc of `user-variable-p'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 29 Jun 2005 02:14:41 +0000
parents 090fb73237c3
children 8c653abf3d8b
files lispref/variables.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/variables.texi	Wed Jun 29 02:08:32 2005 +0000
+++ b/lispref/variables.texi	Wed Jun 29 02:14:41 2005 +0000
@@ -569,7 +569,7 @@
 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