]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/data.c (Ftype_of): Update comment.
authorAndrea Corallo <andcor03@e130743.arm.com>
Tue, 27 Feb 2024 11:20:31 +0000 (12:20 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 2 Mar 2024 06:29:49 +0000 (07:29 +0100)
(cherry picked from commit 6de60f33ed5cc438e20400aee83e1e2032773811)

src/data.c

index da507901b76a4d63439bc118511ed7848a3f579c..c87b53176182fb73a8f87c964126b4a07a330371 100644 (file)
@@ -211,7 +211,7 @@ for example, (type-of 1) returns `integer'.  */)
       return Qcons;
 
     case Lisp_Vectorlike:
-      /* WARNING!!  Keep 'cl--typeof-types' in sync with this code!!  */
+      /* WARNING!!  Keep 'cl--type-hierarchy' in sync with this code!!  */
       switch (PSEUDOVECTOR_TYPE (XVECTOR (object)))
         {
         case PVEC_NORMAL_VECTOR: return Qvector;