projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd63880
)
Fix documentation of eieio-class-name
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 27 Nov 2019 12:12:39 +0000
(13:12 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 27 Nov 2019 12:12:39 +0000
(13:12 +0100)
* doc/misc/eieio.texi (Predicates): Update the documentation of
eieio-class-name to say what it really returns (bug#38365).
doc/misc/eieio.texi
patch
|
blob
|
history
diff --git
a/doc/misc/eieio.texi
b/doc/misc/eieio.texi
index 29d459f041f155346aed86f76ab75aac82b92bbb..e9ba74829a47027177a162df685fa019bd55eb50 100644
(file)
--- 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