]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lisp.h (struct Lisp_Subr): Fix comment.
authorEli Zaretskii <eliz@gnu.org>
Wed, 8 Jan 2025 13:43:40 +0000 (15:43 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 11 Jan 2025 11:16:56 +0000 (12:16 +0100)
(cherry picked from commit a427927123cea5ddbf2f2edc1db69ec7d83f2d42)

src/lisp.h

index 4c09afc77e2328951c309be8fdbce320962f5c49..c93d4d15b3369d1e6dbdcb2248c6a7825dd9bcbc 100644 (file)
@@ -2228,8 +2228,8 @@ struct Lisp_Subr
       Lisp_Object native;
     } 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
+    /* Positive values: offset into etc/DOC.  Negative values: one's
+       complement of index into the native comp unit's function's
        documentation vector.  */
     EMACS_INT doc;
 #ifdef HAVE_NATIVE_COMP