emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 beaa7e1: ; Fix typos in CONTRIBUTE, ELisp manual, ediff


From: Lars Ingebrigtsen
Subject: emacs-28 beaa7e1: ; Fix typos in CONTRIBUTE, ELisp manual, ediff
Date: Tue, 9 Nov 2021 19:17:47 -0500 (EST)

branch: emacs-28
commit beaa7e14f39734eae845aa23b32b854338308ba1
Author: Tom Levy <tomlevy93@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    ; 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
---
 CONTRIBUTE                 | 2 +-
 doc/lispref/functions.texi | 2 +-
 lisp/vc/ediff.el           | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTE b/CONTRIBUTE
index 023d026..8295a8e 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
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index cb14d02..afb9dfc 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -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
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el
index 49fc604..97c84ae 100644
--- a/lisp/vc/ediff.el
+++ b/lisp/vc/ediff.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]