diff options
| author | Jeremy Bryant | 2025-03-09 22:25:03 +0000 |
|---|---|---|
| committer | Stefan Kangas | 2025-03-13 07:12:26 +0100 |
| commit | f729828bcfbca8e972467ace85dd32744e4dd6de (patch) | |
| tree | e062a0a14305ef80ab7af8a3f7bbdd6ff867b741 | |
| parent | a6abb88fdcc71f2959c95ee5cda57c28719c5a0a (diff) | |
| download | emacs-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.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. |