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/functions.texi | |
parent | c142ce81fc9f5cd852d843fd5cd994155c1051e8 (diff) | |
download | emacs-176c9de4b4366110131c6d5fc1cc812d706c41fa.tar.gz |
Remove obsolete @tindex commands.
Diffstat (limited to 'lispref/functions.texi')
-rw-r--r-- | lispref/functions.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lispref/functions.texi b/lispref/functions.texi index a3546bf9e23..9b976bf3d38 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi @@ -111,7 +111,6 @@ byte compiler. @xref{Byte-Code Type}. @end table @defun functionp object -@tindex functionp This function returns @code{t} if @var{object} is any kind of function, or a special form or macro. @end defun |