aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-12-02 16:35:16 +0200
committerEli Zaretskii2016-12-02 16:35:16 +0200
commitba2847f5a5c3a34274d564584ce6e1d1fbae6e85 (patch)
tree5277334c195413f0251637691ccb9a2267c2951b
parent8b43f97e2cfce5ffea4f56377b5a0f7a8f268484 (diff)
downloademacs-ba2847f5a5c3a34274d564584ce6e1d1fbae6e85.tar.gz
emacs-ba2847f5a5c3a34274d564584ce6e1d1fbae6e85.zip
; * lisp/vc/ediff-util.el (ediff-janitor): Fix last change. (Bug#25046)
-rw-r--r--lisp/vc/ediff-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff-util.el b/lisp/vc/ediff-util.el
index 81ba0e4a1f1..10b84fa8851 100644
--- a/lisp/vc/ediff-util.el
+++ b/lisp/vc/ediff-util.el
@@ -2626,7 +2626,7 @@ temporarily reverses the meaning of this variable."
2626In merge jobs, buffer C is not deleted here, but rather according to 2626In merge jobs, buffer C is not deleted here, but rather according to
2627ediff-quit-merge-hook. 2627ediff-quit-merge-hook.
2628ASK non-nil means ask the user whether to keep each unmodified buffer, unless 2628ASK non-nil means ask the user whether to keep each unmodified buffer, unless
2629KEEP-VARIANTS is non-nil, in which case buffers are killed unconditionally. 2629KEEP-VARIANTS is non-nil, in which case buffers are never killed.
2630A side effect of cleaning up may be that you should be careful when comparing 2630A side effect of cleaning up may be that you should be careful when comparing
2631the same buffer in two separate Ediff sessions: quitting one of them might 2631the same buffer in two separate Ediff sessions: quitting one of them might
2632delete this buffer in another session as well." 2632delete this buffer in another session as well."