]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in CONTRIBUTE, ELisp manual, ediff
authorTom Levy <tomlevy93@gmail.com>
Tue, 9 Nov 2021 12:51:48 +0000 (12:51 +0000)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 10 Nov 2021 00:17:42 +0000 (01:17 +0100)
* 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

CONTRIBUTE
doc/lispref/functions.texi
lisp/vc/ediff.el

index 023d026a6c64d8848af74c5c295b74837188e668..8295a8e6ad4554d63934fafc33e8f58300e1e669 100644 (file)
@@ -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
index cb14d02d44995bdb8b0d938137924068c56b7241..afb9dfcb9ec6de28176b7682304f12ed0f24bb9d 100644 (file)
@@ -1451,7 +1451,7 @@ is not a function, e.g., a keyboard macro (@pxref{Keyboard Macros}):
      @result{} "\^u2\^k"
 @end example
 
-It you wish to use @code{fset} to make an alternate name for a
+If you wish to use @code{fset} to make an alternate name for a
 function, consider using @code{defalias} instead.  @xref{Definition of
 defalias}.
 @end defun
index 49fc60431f6d947d4b219b44bd96a3d3bbad4c78..97c84ae5a1815df17dfbb2ec3aca7ebeed4b381d 100644 (file)
@@ -983,9 +983,9 @@ STARTUP-HOOKS is a list of functions that Emacs calls without
 arguments after setting up the Ediff buffers."
   (interactive
    (let (bf)
-     (list (setq bf (read-buffer "Region's A buffer: "
+     (list (setq bf (read-buffer "Region A's buffer: "
                                 (ediff-other-buffer "") t))
-          (read-buffer "Region's B buffer: "
+          (read-buffer "Region B's buffer: "
                        (progn
                          ;; realign buffers so that two visible bufs will be
                          ;; at the top