]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/ediff-init.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / vc / ediff-init.el
index 8c935bfab1913aff50e568e231c489c769512e62..bf211599b9f105c1feee4487e3bb159fb9b0257d 100644 (file)
@@ -776,7 +776,7 @@ TYPE-OF-EMACS is either 'xemacs or 'emacs."
 
 ;; A var local to each control panel buffer.  Indicates highlighting style
 ;; in effect for this buffer: `face', `ascii',
-;; `off' -- turned off \(on a dumb terminal only\).
+;; `off' -- turned off (on a dumb terminal only).
 (ediff-defvar-local ediff-highlighting-style
   (if (and (ediff-has-face-support-p) ediff-use-faces) 'face 'ascii)
   "")