Remove outdated documentation
* doc/misc/eieio.texi (Predicates): Remove documentation of same-class-fast-p, which was removed some years back (bug#38362).
This commit is contained in:
parent
8f89fdf7b0
commit
c97c7bb222
1 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue