]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix description of 'struct' generic function specializer
authorStephen Leake <stephen_leake@stephe-leake.org>
Tue, 2 Jan 2018 13:28:06 +0000 (07:28 -0600)
committerStephen Leake <stephen_leake@stephe-leake.org>
Tue, 2 Jan 2018 13:38:19 +0000 (07:38 -0600)
* doc/lispref/functions.texi (Generic Functions): Fix description of
'struct' specializer; it must be the named struct or a child, not a
parent.

doc/lispref/functions.texi

index 165ac75966de15fe9f85cbb05ea281cb11e07dad..c3e5dc0eb5b568a48cd5b970a0d956e6b2968d1f 100644 (file)
@@ -1246,10 +1246,10 @@ This specializer requires the argument be @code{eql} to the given
 @item (head @var{object})
 The argument must be a cons cell whose @code{car} is @code{eql} to
 @var{object}.
-@item @var{struct-tag}
-The argument must be an instance of a class named @var{struct-tag}
+@item @var{struct-type}
+The argument must be an instance of a class named @var{struct-type}
 defined with @code{cl-defstruct} (@pxref{Structures,,, cl, Common Lisp
-Extensions for GNU Emacs Lisp}), or of one of its parent classes.
+Extensions for GNU Emacs Lisp}), or of one of its child classes.
 @end table
 
 Method definitions can make use of a new argument-list keyword,