]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add texinfo reference to GNU Coding Standards.
authorJeremy Bryant <jb@jeremybryant.net>
Sun, 9 Mar 2025 22:25:03 +0000 (22:25 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 15:26:34 +0000 (16:26 +0100)
* doc/emacs/trouble.texi (Coding Standards): Add texinfo reference to
GNU Coding Standards manual.  (Bug#76901)

(cherry picked from commit f729828bcfbca8e972467ace85dd32744e4dd6de)

doc/emacs/trouble.texi

index cc5817a68d499a36f777030b6bae84cb21e8449b..2ecb2b05df39e0382f47017ba9ff61276181bef0 100644 (file)
@@ -1493,9 +1493,10 @@ the Emacs Lisp Reference Manual
 @subsection Coding Standards
 @cindex coding standards for Emacs submissions
 
-Contributed code should follow the GNU Coding Standards
-@url{https://www.gnu.org/prep/standards/}.  This may also be available
-in info on your system.
+Contributed code should follow the GNU Coding Standards.  This manual
+is available online at @url{https://www.gnu.org/prep/standards/}.  It
+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
 can use it.