From: Lars Magne Ingebrigtsen Date: Sat, 2 Jul 2011 17:10:29 +0000 (+0200) Subject: (Defining Variables): Use @findex for functions. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~235 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d4294e957f311df24524906f2df0358ffa43fa6;p=emacs.git (Defining Variables): Use @findex for functions. --- 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