aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYuan Fu2025-03-13 20:18:03 -0700
committerYuan Fu2025-03-13 20:18:03 -0700
commitf2f1fb7fe00d6d69fc081f423c1f9dff0f618e36 (patch)
treea34b67556422221faf26d24c95e0a93d8dfed961 /doc
parent89441e12e2a25d43d1d5567ac356a7ecb8193063 (diff)
parentdefc55bb6f954276a1cb9e3b5c50251ba5e5b40f (diff)
downloademacs-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.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.