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

This commit is contained in:
Eli Zaretskii 2025-01-08 15:43:40 +02:00
parent 2a3385ab50
commit a427927123

View 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