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