summaryrefslogtreecommitdiff
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2025-03-25 23:16:11 +0100
committerStefan Kangas <stefankangas@gmail.com>2025-03-25 23:44:01 +0100
commitb3881ac443f2ab279aba3d9687792c71d97554d0 (patch)
treef13f92973279800859c34fc607bb6e5dd8984c46 /doc/lispref/objects.texi
parent6a3e2b88d26db4f703c566cf9b508f8c83ea8850 (diff)
downloademacs-b3881ac443f2ab279aba3d9687792c71d97554d0.tar.gz
emacs-b3881ac443f2ab279aba3d9687792c71d97554d0.tar.bz2
emacs-b3881ac443f2ab279aba3d9687792c71d97554d0.zip
; Improve type specifier documentation
* doc/lispref/functions.texi (Declare Form): Clarify wording for precision and consistency; note consequences of incorrect declarations. * doc/lispref/objects.texi (Type Specifiers): Mention use by the native compiler; tighten wording.
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 264a780f93d..a752a2125b4 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -1508,12 +1508,14 @@ A type specifier is an expression that denotes a type. A type
represents a set of possible values. Type specifiers can be classified
into primitive types and compound types.
-Type specifiers are in use for several purposes, including: documenting
-function interfaces through declaration (@pxref{Declare Form}),
-specifying structure slot values (@pxref{Structures,,, cl, Common Lisp
-Extensions for GNU Emacs Lisp}), type-checking through @code{cl-the}
-(@pxref{Declarations,,, cl, Common Lisp Extensions for GNU Emacs Lisp}),
-and others.
+Type specifiers are used for several purposes, including: documenting
+function interfaces through declarations (@pxref{Declare Form}),
+specifying structure slot types (@pxref{Structures,,, cl, Common Lisp
+Extensions for GNU Emacs Lisp}), performing type checks with
+@code{cl-the} (@pxref{Declarations,,, cl, Common Lisp Extensions for GNU
+Emacs Lisp}), and aiding the native compiler (@pxref{Native
+Compilation}) in optimizing code generation and inferring function
+signatures.
@table @asis
@item Primitive type specifiers