diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/trouble.texi | 7 |
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 | ||
| 1497 | Contributed code should follow the GNU Coding Standards | 1497 | Contributed code should follow the GNU Coding Standards. This manual |
| 1498 | @url{https://www.gnu.org/prep/standards/}. This may also be available | 1498 | is available online at @url{https://www.gnu.org/prep/standards/}. It |
| 1499 | in info on your system. | 1499 | may also be available locally in Info on your system, see @pxref{Top,,, |
| 1500 | standards, GNU Coding Standards}. | ||
| 1500 | 1501 | ||
| 1501 | If it doesn't, we'll need to find someone to fix the code before we | 1502 | If it doesn't, we'll need to find someone to fix the code before we |
| 1502 | can use it. | 1503 | can use it. |