diff options
| author | Lars Ingebrigtsen | 2019-11-27 13:12:39 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-11-27 13:12:39 +0100 |
| commit | 99532a87bccb136b81db79de8df02168a65b43de (patch) | |
| tree | c8f0487a7488664c9ce3bcd75eb662330cc61e54 /doc/misc | |
| parent | fd63880540bc8853a709e5a52c2565301a3d74eb (diff) | |
| download | emacs-99532a87bccb136b81db79de8df02168a65b43de.tar.gz emacs-99532a87bccb136b81db79de8df02168a65b43de.zip | |
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).
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/eieio.texi | 4 |
1 files changed, 1 insertions, 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. | |||
| 1043 | @end defun | 1043 | @end defun |
| 1044 | 1044 | ||
| 1045 | @defun eieio-class-name class | 1045 | @defun eieio-class-name class |
| 1046 | Return a string of the form @samp{#<class myclassname>} which should look | 1046 | Return the class name as a symbol. |
| 1047 | similar to other Lisp objects like buffers and processes. Printing a | ||
| 1048 | class results only in a symbol. | ||
| 1049 | @end defun | 1047 | @end defun |
| 1050 | 1048 | ||
| 1051 | @defun class-option class option | 1049 | @defun class-option class option |