From 7ddf3c46c9359bd885dabdcee207ca8657c24f69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 29 Apr 2024 11:44:48 +0200 Subject: [PATCH] ; * doc/lispref/objects.texi (Type Predicates): fix xrefs (cherry picked from commit f906ce5543818f2cba08dd2c7b94e4ba566ce64c) --- doc/lispref/objects.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}. -- 2.39.5