; * src/lisp.h (struct Lisp_Subr): Fix comment (again).

This commit is contained in:
Eli Zaretskii 2025-01-08 16:06:19 +02:00
parent 191a0bcf63
commit 5eca08bb23

View 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;