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