; Fix a typo in comment

* lisp/vc/ediff-wind.el (ediff-setup-windows-multiframe-merge):
Fix a typo in comment.
This commit is contained in:
Tino Calancha 2017-02-10 20:05:11 +09:00
parent c54cf8dcfd
commit 3f7493e27c

View file

@ -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)