diff options
| -rw-r--r-- | doc/misc/eieio.texi | 5 |
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. | |||
| 1102 | Returns @code{t} if @var{obj}'s class is the same as @var{class}. | 1102 | Returns @code{t} if @var{obj}'s class is the same as @var{class}. |
| 1103 | @end defun | 1103 | @end defun |
| 1104 | 1104 | ||
| 1105 | @defun same-class-fast-p obj class | ||
| 1106 | Same as @code{same-class-p} except this is a macro and no type checking | ||
| 1107 | is performed. | ||
| 1108 | @end defun | ||
| 1109 | |||
| 1110 | @defun object-of-class-p obj class | 1105 | @defun object-of-class-p obj class |
| 1111 | Returns @code{t} if @var{obj} inherits anything from @var{class}. This | 1106 | Returns @code{t} if @var{obj} inherits anything from @var{class}. This |
| 1112 | is different from @code{same-class-p} because it checks for inheritance. | 1107 | is different from @code{same-class-p} because it checks for inheritance. |