diff options
| author | Eli Zaretskii | 2017-11-24 10:07:40 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-11-24 10:07:40 +0200 |
| commit | 1d0dbdff6c743d2e7c9f2894f5054b05062c22cb (patch) | |
| tree | fd9addceca304d4ab5ddf74baa7799ec77f9dffe /doc/lispref | |
| parent | b081ec9dd7e4575b82872e16e598566fabf77cb1 (diff) | |
| download | emacs-1d0dbdff6c743d2e7c9f2894f5054b05062c22cb.tar.gz emacs-1d0dbdff6c743d2e7c9f2894f5054b05062c22cb.zip | |
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')
| -rw-r--r-- | doc/lispref/objects.texi | 33 |
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. | |||
| 1898 | @item bool-vector-p | 1898 | @item bool-vector-p |
| 1899 | @xref{Bool-Vectors, bool-vector-p}. | 1899 | @xref{Bool-Vectors, bool-vector-p}. |
| 1900 | 1900 | ||
| 1901 | @item booleanp | ||
| 1902 | @xref{nil and t, booleanp}. | ||
| 1903 | |||
| 1901 | @item bufferp | 1904 | @item bufferp |
| 1902 | @xref{Buffer Basics, bufferp}. | 1905 | @xref{Buffer Basics, bufferp}. |
| 1903 | 1906 | ||
| @@ -1967,18 +1970,15 @@ with references to further information. | |||
| 1967 | @item mutexp | 1970 | @item mutexp |
| 1968 | @xref{Mutexes, mutexp}. | 1971 | @xref{Mutexes, mutexp}. |
| 1969 | 1972 | ||
| 1970 | @item wholenump | ||
| 1971 | @xref{Predicates on Numbers, wholenump}. | ||
| 1972 | |||
| 1973 | @item nlistp | 1973 | @item nlistp |
| 1974 | @xref{List-related Predicates, nlistp}. | 1974 | @xref{List-related Predicates, nlistp}. |
| 1975 | 1975 | ||
| 1976 | @item numberp | ||
| 1977 | @xref{Predicates on Numbers, numberp}. | ||
| 1978 | |||
| 1979 | @item number-or-marker-p | 1976 | @item number-or-marker-p |
| 1980 | @xref{Predicates on Markers, number-or-marker-p}. | 1977 | @xref{Predicates on Markers, number-or-marker-p}. |
| 1981 | 1978 | ||
| 1979 | @item numberp | ||
| 1980 | @xref{Predicates on Numbers, numberp}. | ||
| 1981 | |||
| 1982 | @item overlayp | 1982 | @item overlayp |
| 1983 | @xref{Overlays, overlayp}. | 1983 | @xref{Overlays, overlayp}. |
| 1984 | 1984 | ||
| @@ -1991,6 +1991,9 @@ with references to further information. | |||
| 1991 | @item sequencep | 1991 | @item sequencep |
| 1992 | @xref{Sequence Functions, sequencep}. | 1992 | @xref{Sequence Functions, sequencep}. |
| 1993 | 1993 | ||
| 1994 | @item string-or-null-p | ||
| 1995 | @xref{Predicates for Strings, string-or-null-p}. | ||
| 1996 | |||
| 1994 | @item stringp | 1997 | @item stringp |
| 1995 | @xref{Predicates for Strings, stringp}. | 1998 | @xref{Predicates for Strings, stringp}. |
| 1996 | 1999 | ||
| @@ -2009,6 +2012,9 @@ with references to further information. | |||
| 2009 | @item vectorp | 2012 | @item vectorp |
| 2010 | @xref{Vectors, vectorp}. | 2013 | @xref{Vectors, vectorp}. |
| 2011 | 2014 | ||
| 2015 | @item wholenump | ||
| 2016 | @xref{Predicates on Numbers, wholenump}. | ||
| 2017 | |||
| 2012 | @item window-configuration-p | 2018 | @item window-configuration-p |
| 2013 | @xref{Window Configurations, window-configuration-p}. | 2019 | @xref{Window Configurations, window-configuration-p}. |
| 2014 | 2020 | ||
| @@ -2017,21 +2023,6 @@ with references to further information. | |||
| 2017 | 2023 | ||
| 2018 | @item windowp | 2024 | @item windowp |
| 2019 | @xref{Basic Windows, windowp}. | 2025 | @xref{Basic Windows, windowp}. |
| 2020 | |||
| 2021 | @item booleanp | ||
| 2022 | @xref{nil and t, booleanp}. | ||
| 2023 | |||
| 2024 | @item string-or-null-p | ||
| 2025 | @xref{Predicates for Strings, string-or-null-p}. | ||
| 2026 | |||
| 2027 | @item threadp | ||
| 2028 | @xref{Basic Thread Functions, threadp}. | ||
| 2029 | |||
| 2030 | @item mutexp | ||
| 2031 | @xref{Mutexes, mutexp}. | ||
| 2032 | |||
| 2033 | @item condition-variable-p | ||
| 2034 | @xref{Condition Variables, condition-variable-p}. | ||
| 2035 | @end table | 2026 | @end table |
| 2036 | 2027 | ||
| 2037 | The most general way to check the type of an object is to call the | 2028 | The most general way to check the type of an object is to call the |