; 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:
parent
c54cf8dcfd
commit
3f7493e27c
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ into icons, regardless of the window manager."
|
||||||
(if (and (window-live-p wind-A)
|
(if (and (window-live-p wind-A)
|
||||||
(null use-same-frame) ; implies wind-A is suitable
|
(null use-same-frame) ; implies wind-A is suitable
|
||||||
(null use-same-frame-for-AB))
|
(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
|
;; buffer buf-A is seen in live wind-A
|
||||||
(select-window wind-A)
|
(select-window wind-A)
|
||||||
(delete-other-windows)
|
(delete-other-windows)
|
||||||
|
|
Loading…
Add table
Reference in a new issue