From: Andrea Corallo Date: Tue, 27 Feb 2024 11:20:31 +0000 (+0100) Subject: ; * src/data.c (Ftype_of): Update comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d9a0ebc1b3c0f90c74e4ae491d031b988e66329;p=emacs.git ; * src/data.c (Ftype_of): Update comment. (cherry picked from commit 6de60f33ed5cc438e20400aee83e1e2032773811) --- diff --git a/src/data.c b/src/data.c index da507901b76..c87b5317618 100644 --- a/src/data.c +++ b/src/data.c @@ -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;