Mercurial > emacs
changeset 23702:88ea29425911
(ediff-even-diff-face-A): Fix spelling.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 12 Nov 1998 02:00:33 +0000 |
parents | 6c0896abbbd4 |
children | b42fdebae792 |
files | lisp/ediff-init.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ediff-init.el Thu Nov 12 01:57:30 1998 +0000 +++ b/lisp/ediff-init.el Thu Nov 12 02:00:33 1998 +0000 @@ -992,7 +992,7 @@ (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 @@ (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 @@ (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 @@ (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,