diff options
| -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 |