From: Richard M. Stallman Date: Thu, 10 Aug 1995 20:25:30 +0000 (+0000) Subject: Add index and xref to variable-interactive. X-Git-Tag: emacs-19.34~3040 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=113613ea44d560aad72e043f5e71bfd727ebb7a3;p=emacs.git Add index and xref to variable-interactive. --- 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