; * src/lisp.h (struct Lisp_Subr): Fix comment (again).
This commit is contained in:
parent
191a0bcf63
commit
5eca08bb23
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue