aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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.