aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/variables.texi2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 2d86cc2c1ec..dcccdef880c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * variables.texi (Defining Variables): Add an index entry for 3 * variables.texi (Defining Variables): Add an index entry for
4 `set-variable' (bug#7262). 4 `set-variable' (bug#7262).
5 (Defining Variables): Use @findex for functions.
5 6
6 * frames.texi (Basic Parameters): Document the `explicit-name' 7 * frames.texi (Basic Parameters): Document the `explicit-name'
7 parameter (bug#6951). 8 parameter (bug#6951).
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index cbb21ce78b4..776afc72f3a 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -584,7 +584,7 @@ is a user option. Aliases of user options are also user options.
584@end defun 584@end defun
585 585
586@kindex variable-interactive 586@kindex variable-interactive
587@kindex set-variable 587@findex set-variable
588 If a user option variable has a @code{variable-interactive} property, 588 If a user option variable has a @code{variable-interactive} property,
589the @code{set-variable} command uses that value to control reading the 589the @code{set-variable} command uses that value to control reading the
590new value for the variable. The property's value is used as if it were 590new value for the variable. The property's value is used as if it were