]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/compare-w.el
Merge branch 'emacs-25-merge'
[gnu-emacs] / lisp / vc / compare-w.el
index cec164469846174b00a617099c47d3c14324b4c3..d6e3240eaf7627c3646e9ee350956e86cfeed909 100644 (file)
@@ -132,13 +132,13 @@ out all highlighting later with the command `compare-windows-dehighlight'."
 
 (defface compare-windows-removed
   '((t :inherit diff-removed))
-  "Face for highlighting of compare-windows removed regions."
+  "Face for highlighting `compare-windows' differing regions in the other window."
   :group 'compare-windows
   :version "25.1")
 
 (defface compare-windows-added
   '((t :inherit diff-added))
-  "Face for highlighting of compare-windows added regions."
+  "Face for highlighting `compare-windows' differing regions in current window."
   :group 'compare-windows
   :version "25.1")