1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

; * doc/lispref/objects.texi (Type Predicates): fix xrefs

This commit is contained in:
Mattias Engdegård 2024-04-29 11:44:48 +02:00
parent 495bf22727
commit f906ce5543

View file

@ -2036,7 +2036,7 @@ with references to further information.
@xref{Array Functions, arrayp}. @xref{Array Functions, arrayp}.
@item bignump @item bignump
@xref{Predicates on Numbers, floatp}. @xref{Predicates on Numbers, bignump}.
@item bool-vector-p @item bool-vector-p
@xref{Bool-Vectors, bool-vector-p}. @xref{Bool-Vectors, bool-vector-p}.
@ -2078,7 +2078,7 @@ with references to further information.
@xref{Variable Definitions, custom-variable-p}. @xref{Variable Definitions, custom-variable-p}.
@item fixnump @item fixnump
@xref{Predicates on Numbers, floatp}. @xref{Predicates on Numbers, fixnump}.
@item floatp @item floatp
@xref{Predicates on Numbers, floatp}. @xref{Predicates on Numbers, floatp}.