[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 1d0dbdf: Reorder type predicates in ELisp manual
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs-26 1d0dbdf: Reorder type predicates in ELisp manual |
Date: |
Fri, 24 Nov 2017 03:08:56 -0500 (EST) |
branch: emacs-26
commit 1d0dbdff6c743d2e7c9f2894f5054b05062c22cb
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
Reorder type predicates in ELisp manual
* doc/lispref/objects.texi (Type Predicates): Restore alphabetical
order of listed predicates. (Bug#29411)
---
doc/lispref/objects.texi | 33 ++++++++++++---------------------
1 file changed, 12 insertions(+), 21 deletions(-)
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index daa3971..97f411a 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}.
address@hidden booleanp
address@hidden and t, booleanp}.
+
@item bufferp
@xref{Buffer Basics, bufferp}.
@@ -1967,18 +1970,15 @@ with references to further information.
@item mutexp
@xref{Mutexes, mutexp}.
address@hidden wholenump
address@hidden on Numbers, wholenump}.
-
@item nlistp
@xref{List-related Predicates, nlistp}.
address@hidden numberp
address@hidden on Numbers, numberp}.
-
@item number-or-marker-p
@xref{Predicates on Markers, number-or-marker-p}.
address@hidden numberp
address@hidden on Numbers, numberp}.
+
@item overlayp
@xref{Overlays, overlayp}.
@@ -1991,6 +1991,9 @@ with references to further information.
@item sequencep
@xref{Sequence Functions, sequencep}.
address@hidden string-or-null-p
address@hidden 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}.
address@hidden wholenump
address@hidden 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}.
-
address@hidden booleanp
address@hidden and t, booleanp}.
-
address@hidden string-or-null-p
address@hidden for Strings, string-or-null-p}.
-
address@hidden threadp
address@hidden Thread Functions, threadp}.
-
address@hidden mutexp
address@hidden, mutexp}.
-
address@hidden condition-variable-p
address@hidden Variables, condition-variable-p}.
@end table
The most general way to check the type of an object is to call the
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-26 1d0dbdf: Reorder type predicates in ELisp manual,
Eli Zaretskii <=