From: Mattias EngdegÄrd Date: Mon, 29 Apr 2024 09:44:48 +0000 (+0200) Subject: ; * doc/lispref/objects.texi (Type Predicates): fix xrefs X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ddf3c46c9359bd885dabdcee207ca8657c24f69;p=emacs.git ; * doc/lispref/objects.texi (Type Predicates): fix xrefs (cherry picked from commit f906ce5543818f2cba08dd2c7b94e4ba566ce64c) --- diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index cf703aba9c8..ec6ab8204d6 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -2036,7 +2036,7 @@ with references to further information. @xref{Array Functions, arrayp}. @item bignump -@xref{Predicates on Numbers, floatp}. +@xref{Predicates on Numbers, bignump}. @item bool-vector-p @xref{Bool-Vectors, bool-vector-p}. @@ -2078,7 +2078,7 @@ with references to further information. @xref{Variable Definitions, custom-variable-p}. @item fixnump -@xref{Predicates on Numbers, floatp}. +@xref{Predicates on Numbers, fixnump}. @item floatp @xref{Predicates on Numbers, floatp}.