emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 3f7493e: ; Fix a typo in comment


From: Tino Calancha
Subject: [Emacs-diffs] emacs-25 3f7493e: ; Fix a typo in comment
Date: Fri, 10 Feb 2017 06:06:15 -0500 (EST)

branch: emacs-25
commit 3f7493e27c57bec21806c579cdb6e419b9102bed
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    ; Fix a typo in comment
    
    * lisp/vc/ediff-wind.el (ediff-setup-windows-multiframe-merge):
    Fix a typo in comment.
---
 lisp/vc/ediff-wind.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vc/ediff-wind.el b/lisp/vc/ediff-wind.el
index cd10288..eb76988 100644
--- a/lisp/vc/ediff-wind.el
+++ b/lisp/vc/ediff-wind.el
@@ -556,7 +556,7 @@ into icons, regardless of the window manager."
     (if (and (window-live-p wind-A)
             (null use-same-frame) ; implies wind-A is suitable
             (null use-same-frame-for-AB))
-       (progn ; bug A on its own
+       (progn ; buf A on its own
          ;; buffer buf-A is seen in live wind-A
          (select-window wind-A)
          (delete-other-windows)



reply via email to

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