summaryrefslogtreecommitdiff
path: root/lisp/ediff-init.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-11-12 02:00:33 +0000
committerKarl Heuer <kwzh@gnu.org>1998-11-12 02:00:33 +0000
commita09cfce72027601b79225fb070a064fbbde96d51 (patch)
tree00f4e10555a3217c4e67369edfaaf9e49206aaa9 /lisp/ediff-init.el
parenta00e91cd76c44da076b715a70454711656e4a436 (diff)
downloademacs-a09cfce72027601b79225fb070a064fbbde96d51.tar.gz
(ediff-even-diff-face-A): Fix spelling.
Diffstat (limited to 'lisp/ediff-init.el')
-rw-r--r--lisp/ediff-init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el
index 833c55f87e3..fc91c7bbea2 100644
--- a/lisp/ediff-init.el
+++ b/lisp/ediff-init.el
@@ -992,7 +992,7 @@ this variable represents.")
(defface ediff-even-diff-face-A
'((((class color)) (:foreground "Black" :background "light grey"))
- (t (:italic t :stipple "Stipple")))
+ (t (:italic t :stipple "stipple")))
"Face for highlighting even-numbered non-current differences in buffer A."
:group 'ediff-highlighting)
;; An internal variable. Ediff takes the face from here. When unhighlighting,
@@ -1006,7 +1006,7 @@ this variable represents.")
(defface ediff-even-diff-face-B
'((((class color)) (:foreground "White" :background "Grey"))
- (t (:italic t :stipple "Stipple")))
+ (t (:italic t :stipple "stipple")))
"Face for highlighting even-numbered non-current differences in buffer B."
:group 'ediff-highlighting)
;; An internal variable. Ediff takes the face from here. When unhighlighting,
@@ -1020,7 +1020,7 @@ this variable represents.")
(defface ediff-even-diff-face-C
'((((class color)) (:foreground "Black" :background "light grey"))
- (t (:italic t :stipple "Stipple")))
+ (t (:italic t :stipple "stipple")))
"Face for highlighting even-numbered non-current differences in buffer C."
:group 'ediff-highlighting)
;; An internal variable. Ediff takes the face from here. When unhighlighting,
@@ -1034,7 +1034,7 @@ this variable represents.")
(defface ediff-even-diff-face-Ancestor
'((((class color)) (:foreground "White" :background "Grey"))
- (t (:italic t :stipple "Stipple")))
+ (t (:italic t :stipple "stipple")))
"Face for highlighting even-numbered non-current differences in the ancestor buffer."
:group 'ediff-highlighting)
;; An internal variable. Ediff takes the face from here. When unhighlighting,