summaryrefslogtreecommitdiff
path: root/lispref/customize.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-05 14:29:37 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-05 14:29:37 +0000
commit176c9de4b4366110131c6d5fc1cc812d706c41fa (patch)
tree3a2402cad7383af69c1b6f80feca649a75ff4e15 /lispref/customize.texi
parentc142ce81fc9f5cd852d843fd5cd994155c1051e8 (diff)
downloademacs-176c9de4b4366110131c6d5fc1cc812d706c41fa.tar.gz
Remove obsolete @tindex commands.
Diffstat (limited to 'lispref/customize.texi')
-rw-r--r--lispref/customize.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi
index d3bb0856404..4da704d2e2c 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -110,7 +110,6 @@ keyword.
The way to declare new customization groups is with @code{defgroup}.
@defmac defgroup group members doc [keyword value]...
-@tindex defgroup
Declare @var{group} as a customization group containing @var{members}.
Do not quote the symbol @var{group}. The argument @var{doc} specifies
the documentation string for the group. It should not start with a
@@ -163,7 +162,6 @@ turn this feature back on, if someone would like to do the work.
Use @code{defcustom} to declare user-editable variables.
@defmac defcustom option default doc [keyword value]...
-@tindex defcustom
Declare @var{option} as a customizable user option variable. Do not
quote @var{option}. The argument @var{doc} specifies the documentation
string for the variable; it should normally start with a @samp{*}. This