emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/git-commit e920cdb326 2/2: magit-ediff-buffers: Fix docstr


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit e920cdb326 2/2: magit-ediff-buffers: Fix docstring typos
Date: Wed, 18 May 2022 20:58:16 -0400 (EDT)

branch: elpa/git-commit
commit e920cdb326d2c2da5a32809085aa6b9369b51b1a
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    magit-ediff-buffers: Fix docstring typos
---
 lisp/magit-ediff.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el
index ac9129d4b4..ae2f053123 100644
--- a/lisp/magit-ediff.el
+++ b/lisp/magit-ediff.el
@@ -136,8 +136,8 @@ recommend you do not further complicate that by enabling 
this.")
   "Run Ediff on two or three buffers.
 This is a wrapper around `ediff-buffers-internal'.
 
-A, B and C have the form (GET-BUFFER CREATE-BUFFER).  It
-GET-BUFFER returns a non-nil, then that buffer is used and
+A, B and C have the form (GET-BUFFER CREATE-BUFFER).  If
+GET-BUFFER returns a non-nil value, then that buffer is used and
 it is not killed when exiting Ediff.  Otherwise CREATE-BUFFER
 must return a buffer and that is killed when exiting Ediff.
 



reply via email to

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