From: Eli Zaretskii Date: Wed, 8 Jan 2025 13:43:40 +0000 (+0200) Subject: ; * src/lisp.h (struct Lisp_Subr): Fix comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea6f4f0b3a40a5c2dda3388191cf149b2620bdf7;p=emacs.git ; * src/lisp.h (struct Lisp_Subr): Fix comment. (cherry picked from commit a427927123cea5ddbf2f2edc1db69ec7d83f2d42) --- 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