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).
This commit is contained in:
parent
fd63880540
commit
99532a87bc
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue