diff options
| author | Paul Eggert | 2017-04-06 19:26:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-04-06 19:27:00 -0700 |
| commit | cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e (patch) | |
| tree | e094071e0ac90a45a455679ea98ecea9764997a6 /doc/lispref/objects.texi | |
| parent | cd0a7951fb762570c4b9c2cdbb43c94cb68910d4 (diff) | |
| download | emacs-cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e.tar.gz emacs-cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e.zip | |
; Spelling and punctuation fixes
Diffstat (limited to 'doc/lispref/objects.texi')
| -rw-r--r-- | doc/lispref/objects.texi | 4 |
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 |
| 1367 | about a type. Slot 1 in the record must be a symbol naming the type. | 1367 | about 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} |
| 1369 | objects. No other type descriptor slot is used by Emacs; they are | 1369 | objects. No other type descriptor slot is used by Emacs; they are |
| 1370 | free for use by Lisp extensions. | 1370 | free for use by Lisp extensions. |