diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-08-10 20:25:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-08-10 20:25:30 +0000 |
commit | 8f3716ce17edae7980727a69b6ba31ab519c93d8 (patch) | |
tree | b4ae77082f0d61547126165297886e03c0efd6b9 /lispref | |
parent | 0f6d1f65cf7b66c6c35b6d04453dd3e16965bc2d (diff) | |
download | emacs-8f3716ce17edae7980727a69b6ba31ab519c93d8.tar.gz |
Add index and xref to variable-interactive.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/variables.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi index 942afd7bd92..dbc922a8bd8 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -545,10 +545,11 @@ property exists and is a string, and its first character is @samp{*}, then the variable is a user option. @end defun +@kindex variable-interactive If a user option variable has a @code{variable-interactive} property, the @code{set-variable} command uses that value to control reading the new value for the variable. The property's value is used as if it were -the argument to @code{interactive}. +to @code{interactive} (@pxref{Using Interactive}). @strong{Warning:} If the @code{defconst} and @code{defvar} special forms are used while the variable has a local binding, they set the |