diff options
| -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{*}, | |||
| 545 | then the variable is a user option. | 545 | then the variable is a user option. |
| 546 | @end defun | 546 | @end defun |
| 547 | 547 | ||
| 548 | @kindex variable-interactive | ||
| 548 | If a user option variable has a @code{variable-interactive} property, | 549 | If a user option variable has a @code{variable-interactive} property, |
| 549 | the @code{set-variable} command uses that value to control reading the | 550 | the @code{set-variable} command uses that value to control reading the |
| 550 | new value for the variable. The property's value is used as if it were | 551 | new value for the variable. The property's value is used as if it were |
| 551 | the argument to @code{interactive}. | 552 | to @code{interactive} (@pxref{Using Interactive}). |
| 552 | 553 | ||
| 553 | @strong{Warning:} If the @code{defconst} and @code{defvar} special | 554 | @strong{Warning:} If the @code{defconst} and @code{defvar} special |
| 554 | forms are used while the variable has a local binding, they set the | 555 | forms are used while the variable has a local binding, they set the |