Fix typo from higl.* to highl.*

This commit is contained in:
Daniele Pizzolli 2015-09-22 08:37:29 +02:00
parent 1c98835815
commit db65c824d0
2 changed files with 2 additions and 2 deletions

View File

@ -813,7 +813,7 @@ user-interaction ongoing."
(hl-line-mode 1))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; higlighting
;;; highlighting
(defvar mu4e~highlighted-docid nil
"The highlighted docid")

View File

@ -480,7 +480,7 @@ I.e. a message with the draft flag set."
:group 'mu4e-faces)
(defface mu4e-highlight-face
'((t :inherit higlight))
'((t :inherit highlight))
"Face for highlighting things."
:group 'mu4e-faces)