Say in Emacs Lisp Intro how to contribute code to Emacs

* doc/lispintro/emacs-lisp-intro.texi (Permanent Installation):
Add a cross-reference to "Contributing" in the Emacs user manual.
Suggested by Matto Fransen <matto@matto.nl>.  (Bug#80393)
This commit is contained in:
Eli Zaretskii 2026-02-14 13:05:56 +02:00
parent 25d0259a29
commit ed9d341026

View file

@ -3524,7 +3524,10 @@ study, modify, and redistribute the code and which protects you from
having your work taken from you.) If you send a copy of your code to
the Free Software Foundation, and properly protect yourself and
others, it may be included in the next release of Emacs. In large
part, this is how Emacs has grown over the past years, by donations.
part, this is how Emacs has grown over the past years, by contributions.
@xref{Contributing, Contributing to Emacs Development,, emacs, The GNU
Emacs Manual}, for how to contribute your code for inclusion in Emacs.
@node let
@section @code{let}