aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-02 19:10:29 +0200
committerLars Magne Ingebrigtsen2011-07-02 19:10:29 +0200
commit8d4294e957f311df24524906f2df0358ffa43fa6 (patch)
tree7084f9d7da09198513c95b5747d3f967767fcebd
parent4051493f74a8f0f38bc52220d9fb34ec50d1aeeb (diff)
downloademacs-8d4294e957f311df24524906f2df0358ffa43fa6.tar.gz
emacs-8d4294e957f311df24524906f2df0358ffa43fa6.zip
(Defining Variables): Use @findex for functions.
-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