summaryrefslogtreecommitdiff
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-04-15 13:05:04 -0400
committerEli Zaretskii <eliz@gnu.org>2023-04-15 13:05:04 -0400
commitbc61a1afdd6c3ba8a605ed46ae97b1e36b40f951 (patch)
tree2a1b5d52bdd74fe0a3d2098d526d862f0737c485 /CONTRIBUTE
parenta85279f390523f0872a5462219941e440feb7393 (diff)
parentb7023da6627f911c087961d9d476b3eafabb7ae7 (diff)
downloademacs-bc61a1afdd6c3ba8a605ed46ae97b1e36b40f951.tar.gz
Merge from origin/emacs-29
b7023da6627 Make image-map bindings available on image links d9e96c029bb * CONTRIBUTE: Fix a typo 3f71a2a0cf6 ; * lisp/progmodes/c-ts-mode.el (treesit-node-next-siblin... adf9c956c28 Add to Eglot support for additional language-servers. b3603b84bd9 Partial support for DEFUN in c-ts-mode (bug#62825) # Conflicts: # lisp/progmodes/c-ts-mode.el
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index f56ba1df630..464b800adfb 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -321,7 +321,7 @@ them right the first time, so here are guidelines for formatting them:
** Committing your changes.
When you commit changes, Git invokes several scripts that test the
-commit for validity, and may abort the commit of some of the tests
+commit for validity, and may abort the commit if some of the tests
fail. These scripts live in the '.git/hooks/' subdirectory of the
top-level directory of the repository, and they perform the following
tests: