emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c97c7bb: Remove outdated documentation


From: Lars Ingebrigtsen
Subject: master c97c7bb: Remove outdated documentation
Date: Mon, 25 Nov 2019 20:36:21 -0500 (EST)

branch: master
commit c97c7bb222e4057beba5754bc3670fdfbd2b3c17
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Remove outdated documentation
    
    * doc/misc/eieio.texi (Predicates): Remove documentation of
    same-class-fast-p, which was removed some years back (bug#38362).
---
 doc/misc/eieio.texi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index f20af3b..29d459f 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]