diff options
| author | Dmitry Gutov | 2025-08-21 04:06:44 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2025-08-21 04:06:44 +0300 |
| commit | c6bf09d5c3a7c514348a7afc2bde7138173e78d2 (patch) | |
| tree | e2f8b3e7035e59f60f4a00710cfe990aad6f65d9 /doc/misc | |
| parent | b511c38bba5354ff21c697e4d27279bf73e4d3cf (diff) | |
| download | emacs-c6bf09d5c3a7c514348a7afc2bde7138173e78d2.tar.gz emacs-c6bf09d5c3a7c514348a7afc2bde7138173e78d2.zip | |
; Fix typo (wrong-type-argument not wrong-argument-type)
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/eieio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi index 39225535089..bf6f2fdb430 100644 --- a/doc/misc/eieio.texi +++ b/doc/misc/eieio.texi | |||
| @@ -881,7 +881,7 @@ help with this a plethora of predicates have been created. | |||
| 881 | @anchor{find-class} | 881 | @anchor{find-class} |
| 882 | Return the class that @var{symbol} represents. | 882 | Return the class that @var{symbol} represents. |
| 883 | If there is no class, @code{nil} is returned if @var{errorp} is @code{nil}. | 883 | If there is no class, @code{nil} is returned if @var{errorp} is @code{nil}. |
| 884 | If @var{errorp} is non-@code{nil}, @code{wrong-argument-type} is signaled. | 884 | If @var{errorp} is non-@code{nil}, @code{wrong-type-argument} is signaled. |
| 885 | @end defun | 885 | @end defun |
| 886 | 886 | ||
| 887 | @defun class-p class | 887 | @defun class-p class |