aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorDmitry Gutov2025-08-21 04:06:44 +0300
committerDmitry Gutov2025-08-21 04:06:44 +0300
commitc6bf09d5c3a7c514348a7afc2bde7138173e78d2 (patch)
treee2f8b3e7035e59f60f4a00710cfe990aad6f65d9 /doc/misc
parentb511c38bba5354ff21c697e4d27279bf73e4d3cf (diff)
downloademacs-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.texi2
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}
882Return the class that @var{symbol} represents. 882Return the class that @var{symbol} represents.
883If there is no class, @code{nil} is returned if @var{errorp} is @code{nil}. 883If there is no class, @code{nil} is returned if @var{errorp} is @code{nil}.
884If @var{errorp} is non-@code{nil}, @code{wrong-argument-type} is signaled. 884If @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