From 8d4294e957f311df24524906f2df0358ffa43fa6 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 2 Jul 2011 19:10:29 +0200 Subject: [PATCH] (Defining Variables): Use @findex for functions. --- doc/lispref/ChangeLog | 1 + doc/lispref/variables.texi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ * variables.texi (Defining Variables): Add an index entry for `set-variable' (bug#7262). + (Defining Variables): Use @findex for functions. * frames.texi (Basic Parameters): Document the `explicit-name' 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. @end defun @kindex variable-interactive -@kindex set-variable +@findex set-variable 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 -- 2.39.2