From 7018dbe72c9713b30dcae861a6d2377576c1dc25 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 2 Jul 2011 20:18:16 +0300 Subject: [PATCH] Fix incorrect usage of @kindex. doc/lispref/variables.texi (Defining Variables, Void Variables) (Constant Variables): Fix incorrect usage of @kindex. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/variables.texi | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index dcccdef880c..ab17e455f75 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2011-07-02 Eli Zaretskii + + * variables.texi (Defining Variables, Void Variables) + (Constant Variables): Fix incorrect usage of @kindex. + 2011-07-02 Lars Magne Ingebrigtsen * variables.texi (Defining Variables): Add an index entry for diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 776afc72f3a..4ec1779b732 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -99,7 +99,7 @@ x @node Constant Variables @section Variables that Never Change -@kindex setting-constant +@cindex @code{setting-constant} error @cindex keyword symbol @cindex variable with constant value @cindex constant variables @@ -288,7 +288,7 @@ has room to execute. @node Void Variables @section When a Variable is ``Void'' -@kindex void-variable +@cindex @code{void-variable} error @cindex void variable If you have never given a symbol any value as a global variable, we @@ -583,7 +583,7 @@ and is a string, and its first character is @samp{*}, then the variable is a user option. Aliases of user options are also user options. @end defun -@kindex variable-interactive +@cindex @code{variable-interactive} property @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 -- 2.39.2