* Re: master a427927123c 1/2: ; * src/lisp.h (struct Lisp_Subr): Fix comment.
[not found] ` <20250108134420.91DC0C527A9@vcs2.savannah.gnu.org>
@ 2025-01-08 13:55 ` Pip Cet via Emacs development discussions.
2025-01-08 14:07 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Pip Cet via Emacs development discussions. @ 2025-01-08 13:55 UTC (permalink / raw)
To: emacs-devel; +Cc: Eli Zaretskii
"Eli Zaretskii" <eliz@gnu.org> writes:
> branch: master
> commit a427927123cea5ddbf2f2edc1db69ec7d83f2d42
> Author: Eli Zaretskii <eliz@gnu.org>
> Commit: Eli Zaretskii <eliz@gnu.org>
>
> ; * src/lisp.h (struct Lisp_Subr): Fix comment.
> ---
> 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
> + /* Positive values: offset into etc/DOC. Negative values: one's
Thanks! Sorry about that.
> - complement of index into the native comp unit's function
> + complement of index into the native comp unit's function's
> documentation vector. */
Every native comp unit has a single vector, which contains its
functions' documentation strings. It's shared between all functions, so
you can refer to it as the "function's documentation vector".
I didn't, because it sounds (to me) like a different vector is used for
each function.
Pip
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: master a427927123c 1/2: ; * src/lisp.h (struct Lisp_Subr): Fix comment.
2025-01-08 13:55 ` master a427927123c 1/2: ; * src/lisp.h (struct Lisp_Subr): Fix comment Pip Cet via Emacs development discussions.
@ 2025-01-08 14:07 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2025-01-08 14:07 UTC (permalink / raw)
To: Pip Cet; +Cc: emacs-devel
> Date: Wed, 08 Jan 2025 13:55:28 +0000
> From: Pip Cet <pipcet@protonmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>
>
> "Eli Zaretskii" <eliz@gnu.org> writes:
>
> > - complement of index into the native comp unit's function
> > + complement of index into the native comp unit's function's
> > documentation vector. */
>
> Every native comp unit has a single vector, which contains its
> functions' documentation strings. It's shared between all functions, so
> you can refer to it as the "function's documentation vector".
>
> I didn't, because it sounds (to me) like a different vector is used for
> each function.
Thanks, I've now reworded that to make this clearer.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-08 14:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <173634386029.21517.6056719579983568172@vcs2.savannah.gnu.org>
[not found] ` <20250108134420.91DC0C527A9@vcs2.savannah.gnu.org>
2025-01-08 13:55 ` master a427927123c 1/2: ; * src/lisp.h (struct Lisp_Subr): Fix comment Pip Cet via Emacs development discussions.
2025-01-08 14:07 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).