branch: elpa/git-commit commit e920cdb326d2c2da5a32809085aa6b9369b51b1a Author: Kyle Meyer <k...@kyleam.com> Commit: Kyle Meyer <k...@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.