diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-05 14:29:37 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-05 14:29:37 +0000 |
commit | 176c9de4b4366110131c6d5fc1cc812d706c41fa (patch) | |
tree | 3a2402cad7383af69c1b6f80feca649a75ff4e15 /lispref/control.texi | |
parent | c142ce81fc9f5cd852d843fd5cd994155c1051e8 (diff) | |
download | emacs-176c9de4b4366110131c6d5fc1cc812d706c41fa.tar.gz |
Remove obsolete @tindex commands.
Diffstat (limited to 'lispref/control.texi')
-rw-r--r-- | lispref/control.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lispref/control.texi b/lispref/control.texi index 1d79fc83316..6befe453d04 100644 --- a/lispref/control.texi +++ b/lispref/control.texi @@ -173,7 +173,6 @@ never evaluated---it is ignored. Thus, in the example below, @end defspec @defmac when condition then-forms@dots{} -@tindex when This is a variant of @code{if} where there are no @var{else-forms}, and possibly several @var{then-forms}. In particular, @@ -190,7 +189,6 @@ is entirely equivalent to @end defmac @defmac unless condition forms@dots{} -@tindex condition This is a variant of @code{if} where there is no @var{then-form}: @example |