]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lisp.h (struct Lisp_Subr): Fix comment (again).
authorEli Zaretskii <eliz@gnu.org>
Wed, 8 Jan 2025 14:06:19 +0000 (16:06 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 11 Jan 2025 11:16:57 +0000 (12:16 +0100)
(cherry picked from commit 5eca08bb23415b983bd4a80394554019b339a715)

src/lisp.h

index c93d4d15b3369d1e6dbdcb2248c6a7825dd9bcbc..e3142f3b8cc799c81234fa8c17d28f2b403ec63b 100644 (file)
@@ -2229,8 +2229,8 @@ struct Lisp_Subr
     } intspec;
     Lisp_Object command_modes;
     /* Positive values: offset into etc/DOC.  Negative values: one's
-       complement of index into the native comp unit's function's
-       documentation vector.  */
+       complement of index into the native comp unit's vector of
+       documentation strings.  */
     EMACS_INT doc;
 #ifdef HAVE_NATIVE_COMP
     Lisp_Object native_comp_u;