]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/objects.texi (Type Predicates): fix xrefs
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 29 Apr 2024 09:44:48 +0000 (11:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 19:48:08 +0000 (21:48 +0200)
(cherry picked from commit f906ce5543818f2cba08dd2c7b94e4ba566ce64c)

doc/lispref/objects.texi

index cf703aba9c8102a421a8dc36b38ece3290b65055..ec6ab8204d666018637fbc43c0efa296ca9ad64b 100644 (file)
@@ -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}.