aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorPaul Eggert2017-04-06 19:26:28 -0700
committerPaul Eggert2017-04-06 19:27:00 -0700
commitcea942e5a6c1dbf498a2390d1fcc78ffc5908c9e (patch)
treee094071e0ac90a45a455679ea98ecea9764997a6 /doc/lispref/objects.texi
parentcd0a7951fb762570c4b9c2cdbb43c94cb68910d4 (diff)
downloademacs-cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e.tar.gz
emacs-cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e.zip
; Spelling and punctuation fixes
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index cc9320987f2..1f4c378df18 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -1363,8 +1363,8 @@ types that are not built into Emacs.
1363@node Type Descriptors 1363@node Type Descriptors
1364@subsection Type Descriptors 1364@subsection Type Descriptors
1365 1365
1366 A @dfn{type decriptor} is a @code{record} which holds information 1366 A @dfn{type descriptor} is a @code{record} which holds information
1367about a type. Slot 1 in the record must be a symbol naming the type. 1367about a type. Slot 1 in the record must be a symbol naming the type, and
1368@code{type-of} relies on this to return the type of @code{record} 1368@code{type-of} relies on this to return the type of @code{record}
1369objects. No other type descriptor slot is used by Emacs; they are 1369objects. No other type descriptor slot is used by Emacs; they are
1370free for use by Lisp extensions. 1370free for use by Lisp extensions.