; Add texinfo reference to GNU Coding Standards.

* doc/emacs/trouble.texi (Coding Standards): Add texinfo reference to
GNU Coding Standards manual.  (Bug#76901)
This commit is contained in:
Jeremy Bryant 2025-03-09 22:25:03 +00:00 committed by Stefan Kangas
parent a6abb88fdc
commit f729828bcf

View file

@ -1494,9 +1494,10 @@ the Emacs Lisp Reference Manual
@subsection Coding Standards @subsection Coding Standards
@cindex coding standards for Emacs submissions @cindex coding standards for Emacs submissions
Contributed code should follow the GNU Coding Standards Contributed code should follow the GNU Coding Standards. This manual
@url{https://www.gnu.org/prep/standards/}. This may also be available is available online at @url{https://www.gnu.org/prep/standards/}. It
in info on your system. may also be available locally in Info on your system, see @pxref{Top,,,
standards, GNU Coding Standards}.
If it doesn't, we'll need to find someone to fix the code before we If it doesn't, we'll need to find someone to fix the code before we
can use it. can use it.