From: Lars Ingebrigtsen Date: Wed, 27 Nov 2019 12:12:39 +0000 (+0100) Subject: Fix documentation of eieio-class-name X-Git-Tag: emacs-27.0.90~507 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99532a87bccb136b81db79de8df02168a65b43de;p=emacs.git 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). --- 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