aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Bryant2025-03-09 22:25:03 +0000
committerStefan Kangas2025-03-13 07:12:26 +0100
commitf729828bcfbca8e972467ace85dd32744e4dd6de (patch)
treee062a0a14305ef80ab7af8a3f7bbdd6ff867b741
parenta6abb88fdcc71f2959c95ee5cda57c28719c5a0a (diff)
downloademacs-f729828bcfbca8e972467ace85dd32744e4dd6de.tar.gz
emacs-f729828bcfbca8e972467ace85dd32744e4dd6de.zip
; Add texinfo reference to GNU Coding Standards.
* doc/emacs/trouble.texi (Coding Standards): Add texinfo reference to GNU Coding Standards manual. (Bug#76901)
-rw-r--r--doc/emacs/trouble.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi
index 2211369b121..45f15c7dd0d 100644
--- a/doc/emacs/trouble.texi
+++ b/doc/emacs/trouble.texi
@@ -1494,9 +1494,10 @@ the Emacs Lisp Reference Manual
1494@subsection Coding Standards 1494@subsection Coding Standards
1495@cindex coding standards for Emacs submissions 1495@cindex coding standards for Emacs submissions
1496 1496
1497Contributed code should follow the GNU Coding Standards 1497Contributed code should follow the GNU Coding Standards. This manual
1498@url{https://www.gnu.org/prep/standards/}. This may also be available 1498is available online at @url{https://www.gnu.org/prep/standards/}. It
1499in info on your system. 1499may also be available locally in Info on your system, see @pxref{Top,,,
1500standards, GNU Coding Standards}.
1500 1501
1501If it doesn't, we'll need to find someone to fix the code before we 1502If it doesn't, we'll need to find someone to fix the code before we
1502can use it. 1503can use it.