summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-11-26 02:36:11 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2019-11-26 02:36:15 +0100
commitc97c7bb222e4057beba5754bc3670fdfbd2b3c17 (patch)
tree634606e86d84473b21ffa0cc4e45fba24c10dfb5
parent8f89fdf7b0f346bee157f08a5e8927e91be41ab4 (diff)
downloademacs-c97c7bb222e4057beba5754bc3670fdfbd2b3c17.tar.gz
Remove outdated documentation
* doc/misc/eieio.texi (Predicates): Remove documentation of same-class-fast-p, which was removed some years back (bug#38362).
-rw-r--r--doc/misc/eieio.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index f20af3bb22b..29d459f041f 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -1102,11 +1102,6 @@ Just like @code{eieio-class-children}, but with no checks.
Returns @code{t} if @var{obj}'s class is the same as @var{class}.
@end defun
-@defun same-class-fast-p obj class
-Same as @code{same-class-p} except this is a macro and no type checking
-is performed.
-@end defun
-
@defun object-of-class-p obj class
Returns @code{t} if @var{obj} inherits anything from @var{class}. This
is different from @code{same-class-p} because it checks for inheritance.