From ea6f4f0b3a40a5c2dda3388191cf149b2620bdf7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 8 Jan 2025 15:43:40 +0200 Subject: [PATCH] ; * src/lisp.h (struct Lisp_Subr): Fix comment. (cherry picked from commit a427927123cea5ddbf2f2edc1db69ec7d83f2d42) --- src/lisp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5