summaryrefslogtreecommitdiff
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorTom Levy <tomlevy93@gmail.com>2021-11-09 12:51:48 +0000
committerLars Ingebrigtsen <larsi@gnus.org>2021-11-10 01:17:42 +0100
commitbeaa7e14f39734eae845aa23b32b854338308ba1 (patch)
tree8584e78eeb6519073769149dcda68cb9b6a0a3a6 /CONTRIBUTE
parent747a1ae4ac3b293f838a19c1b5fc1099446d9666 (diff)
downloademacs-beaa7e14f39734eae845aa23b32b854338308ba1.tar.gz
; Fix typos in CONTRIBUTE, ELisp manual, ediff
* CONTRIBUTE: Remove stray '. after git command. * doc/lispref/functions.texi (Function Cells): Fix typo. * lisp/vc/ediff.el (ediff-regions-wordwise): Fix typo in prompts ("Region's A buffer" => "Region A's buffer") (bug#51718). Copyright-paperwork-exempt: yes
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 023d026a6c6..8295a8e6ad4 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -58,7 +58,7 @@ format and whitespace are not munged in transit by the various mail
agents. To send just one such patch without additional remarks, it is
also possible to use a command like
- git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch'.
+ git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch
However, we prefer the 'git format-patch' method with attachment, as
doing so delivers patches in the correct and easily-recognizable format