From 229315c0e248fb921e986d28bcd20a7f83fe3109 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 18 Dec 2016 22:27:42 +0100 Subject: [PATCH] ; Add missing symbol quoting. * lisp/vc/ediff-util.el (ediff-janitor): Add missing symbol quoting. --- lisp/vc/ediff-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/ediff-util.el b/lisp/vc/ediff-util.el index 10b84fa8851..6781f504894 100644 --- a/lisp/vc/ediff-util.el +++ b/lisp/vc/ediff-util.el @@ -2624,7 +2624,7 @@ temporarily reverses the meaning of this variable." (defun ediff-janitor (ask keep-variants) "Kill buffers A, B, and, possibly, C, if these buffers aren't modified. In merge jobs, buffer C is not deleted here, but rather according to -ediff-quit-merge-hook. +`ediff-quit-merge-hook'. ASK non-nil means ask the user whether to keep each unmodified buffer, unless KEEP-VARIANTS is non-nil, in which case buffers are never killed. A side effect of cleaning up may be that you should be careful when comparing -- 2.39.5