diff --git a/src/lisp.h b/src/lisp.h index 4c09afc77e2..c93d4d15b33 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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