summaryrefslogtreecommitdiff
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-11-24 10:07:40 +0200
committerEli Zaretskii <eliz@gnu.org>2017-11-24 10:07:40 +0200
commit1d0dbdff6c743d2e7c9f2894f5054b05062c22cb (patch)
treefd9addceca304d4ab5ddf74baa7799ec77f9dffe /doc/lispref/objects.texi
parentb081ec9dd7e4575b82872e16e598566fabf77cb1 (diff)
downloademacs-1d0dbdff6c743d2e7c9f2894f5054b05062c22cb.tar.gz
Reorder type predicates in ELisp manual
* doc/lispref/objects.texi (Type Predicates): Restore alphabetical order of listed predicates. (Bug#29411)
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi33
1 files changed, 12 insertions, 21 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index daa397175c3..97f411a08dc 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -1898,6 +1898,9 @@ with references to further information.
@item bool-vector-p
@xref{Bool-Vectors, bool-vector-p}.
+@item booleanp
+@xref{nil and t, booleanp}.
+
@item bufferp
@xref{Buffer Basics, bufferp}.
@@ -1967,18 +1970,15 @@ with references to further information.
@item mutexp
@xref{Mutexes, mutexp}.
-@item wholenump
-@xref{Predicates on Numbers, wholenump}.
-
@item nlistp
@xref{List-related Predicates, nlistp}.
-@item numberp
-@xref{Predicates on Numbers, numberp}.
-
@item number-or-marker-p
@xref{Predicates on Markers, number-or-marker-p}.
+@item numberp
+@xref{Predicates on Numbers, numberp}.
+
@item overlayp
@xref{Overlays, overlayp}.
@@ -1991,6 +1991,9 @@ with references to further information.
@item sequencep
@xref{Sequence Functions, sequencep}.
+@item string-or-null-p
+@xref{Predicates for Strings, string-or-null-p}.
+
@item stringp
@xref{Predicates for Strings, stringp}.
@@ -2009,6 +2012,9 @@ with references to further information.
@item vectorp
@xref{Vectors, vectorp}.
+@item wholenump
+@xref{Predicates on Numbers, wholenump}.
+
@item window-configuration-p
@xref{Window Configurations, window-configuration-p}.
@@ -2017,21 +2023,6 @@ with references to further information.
@item windowp
@xref{Basic Windows, windowp}.
-
-@item booleanp
-@xref{nil and t, booleanp}.
-
-@item string-or-null-p
-@xref{Predicates for Strings, string-or-null-p}.
-
-@item threadp
-@xref{Basic Thread Functions, threadp}.
-
-@item mutexp
-@xref{Mutexes, mutexp}.
-
-@item condition-variable-p
-@xref{Condition Variables, condition-variable-p}.
@end table
The most general way to check the type of an object is to call the