From 99532a87bccb136b81db79de8df02168a65b43de Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 27 Nov 2019 13:12:39 +0100 Subject: [PATCH] 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 29d459f041f..e9ba74829a4 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{#} 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 -- 2.39.2