]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/compare-w.el
* lisp/auth-source.el (auth-source--symbol-keyword): Fix namespace
[gnu-emacs] / lisp / vc / compare-w.el
index cec164469846174b00a617099c47d3c14324b4c3..4fe9e80662fcfb194f260139951ec78021b67649 100644 (file)
@@ -1,6 +1,6 @@
 ;;; compare-w.el --- compare text between windows for Emacs
 
-;; Copyright (C) 1986, 1989, 1993, 1997, 2001-2015 Free Software
+;; Copyright (C) 1986, 1989, 1993, 1997, 2001-2016 Free Software
 ;; Foundation, Inc.
 
 ;; Maintainer: emacs-devel@gnu.org
@@ -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")