From: Eli Zaretskii Date: Wed, 8 Jan 2025 14:06:19 +0000 (+0200) Subject: ; * src/lisp.h (struct Lisp_Subr): Fix comment (again). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77a18f152aacee07f41acd276b9c8fc92ab7cf90;p=emacs.git ; * src/lisp.h (struct Lisp_Subr): Fix comment (again). (cherry picked from commit 5eca08bb23415b983bd4a80394554019b339a715) --- diff --git a/src/lisp.h b/src/lisp.h index c93d4d15b33..e3142f3b8cc 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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;