emacs-diffs
[Top][All Lists]
Advanced

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

master 99532a8: Fix documentation of eieio-class-name


From: Lars Ingebrigtsen
Subject: master 99532a8: Fix documentation of eieio-class-name
Date: Wed, 27 Nov 2019 07:15:10 -0500 (EST)

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

    Fix documentation of eieio-class-name
    
    * doc/misc/eieio.texi (Predicates): Update the documentation of
    eieio-class-name to say what it really returns (bug#38365).
---
 doc/misc/eieio.texi | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index 29d459f..e9ba748 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -1043,9 +1043,7 @@ make a slot unbound.
 @end defun
 
 @defun eieio-class-name class
-Return a string of the form @samp{#<class myclassname>} which should look
-similar to other Lisp objects like buffers and processes.  Printing a
-class results only in a symbol.
+Return the class name as a symbol.
 @end defun
 
 @defun class-option class option



reply via email to

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