emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5eca08bb234: ; * src/lisp.h (struct Lisp_Subr): Fix comment (agai


From: Eli Zaretskii
Subject: master 5eca08bb234: ; * src/lisp.h (struct Lisp_Subr): Fix comment (again).
Date: Wed, 8 Jan 2025 09:06:47 -0500 (EST)

branch: master
commit 5eca08bb23415b983bd4a80394554019b339a715
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/lisp.h (struct Lisp_Subr): Fix comment (again).
---
 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]