summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-08-21 18:03:32 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-08-21 18:03:32 +0200
commitdc891fbc30c27b8996cc00553bc2da9643a8a48f (patch)
treef1e5b15aa7223ae2f95b96864e72a7be8bf9ea2c /helm-grep.el
parente2434a4b1430f9ca91d4d54b37eadf19b17a36ca (diff)
* helm-grep.el: Fix typo in face.
Diffstat (limited to 'helm-grep.el')
-rw-r--r--helm-grep.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/helm-grep.el b/helm-grep.el
index b434272a..9ec99b8a 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -127,7 +127,8 @@ Where '%f' format spec is filename and '%p' is page number"
:group 'helm-grep)
(defface helm-grep-file
- '((t (:foreground "BlueViolet" :underline t)))
+ '((t (:foreground "BlueViolet"
+ :underline t)))
"Face used to highlight grep results filenames."
:group 'helm-grep)
@@ -147,7 +148,7 @@ Where '%f' format spec is filename and '%p' is page number"
:group 'helm-grep)
(defface helm-grep-cmd-line
- '((t (:inherit 'diff-added)))
+ '((t (:inherit diff-added)))
"Face used to highlight grep command line when no results."
:group 'helm-grep)