emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 229315c: ; Add missing symbol quoting.


From: Philipp Stephani
Subject: [Emacs-diffs] emacs-25 229315c: ; Add missing symbol quoting.
Date: Sun, 18 Dec 2016 21:28:45 +0000 (UTC)

branch: emacs-25
commit 229315c0e248fb921e986d28bcd20a7f83fe3109
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; 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 10b84fa..6781f50 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



reply via email to

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