diff options
| author | Lars Ingebrigtsen | 2019-11-26 02:36:11 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-11-26 02:36:15 +0100 |
| commit | c97c7bb222e4057beba5754bc3670fdfbd2b3c17 (patch) | |
| tree | 634606e86d84473b21ffa0cc4e45fba24c10dfb5 /doc/misc | |
| parent | 8f89fdf7b0f346bee157f08a5e8927e91be41ab4 (diff) | |
| download | emacs-c97c7bb222e4057beba5754bc3670fdfbd2b3c17.tar.gz emacs-c97c7bb222e4057beba5754bc3670fdfbd2b3c17.zip | |
Remove outdated documentation
* doc/misc/eieio.texi (Predicates): Remove documentation of
same-class-fast-p, which was removed some years back (bug#38362).
Diffstat (limited to 'doc/misc')
| -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. |