mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
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:
parent
25d0259a29
commit
ed9d341026
1 changed files with 4 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue