diff options
| author | Yuan Fu | 2025-03-13 20:18:03 -0700 |
|---|---|---|
| committer | Yuan Fu | 2025-03-13 20:18:03 -0700 |
| commit | f2f1fb7fe00d6d69fc081f423c1f9dff0f618e36 (patch) | |
| tree | a34b67556422221faf26d24c95e0a93d8dfed961 /doc | |
| parent | 89441e12e2a25d43d1d5567ac356a7ecb8193063 (diff) | |
| parent | defc55bb6f954276a1cb9e3b5c50251ba5e5b40f (diff) | |
| download | emacs-f2f1fb7fe00d6d69fc081f423c1f9dff0f618e36.tar.gz emacs-f2f1fb7fe00d6d69fc081f423c1f9dff0f618e36.zip | |
Merge from origin/emacs-30
defc55bb6f9 Fix treesit-parser-create behavior regarding indirect buf...
20ac26e6751 ; Fix with-delayed-message docstring metavars.
04034cd9ce7 Fix 'dired-movement-style' in Dired when subdirs are shown
f8443dffc1f ; * lisp/register.el (register-use-preview): Doc fix (bug...
f729828bcfb ; Add texinfo reference to GNU Coding Standards.
a6abb88fdcc ; * lisp/files.el (executable-find): Doc fix.
# Conflicts:
# src/treesit.c
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. |