diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2017-04-06 19:26:28 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-04-06 19:27:00 -0700 |
| commit | cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e (patch) | |
| tree | e094071e0ac90a45a455679ea98ecea9764997a6 /lisp/textmodes/mhtml-mode.el | |
| parent | cd0a7951fb762570c4b9c2cdbb43c94cb68910d4 (diff) | |
| download | emacs-cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e.tar.gz | |
; Spelling and punctuation fixes
Diffstat (limited to 'lisp/textmodes/mhtml-mode.el')
| -rw-r--r-- | lisp/textmodes/mhtml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/mhtml-mode.el b/lisp/textmodes/mhtml-mode.el index e9e09d4d959..a0fa8492cf4 100644 --- a/lisp/textmodes/mhtml-mode.el +++ b/lisp/textmodes/mhtml-mode.el @@ -91,7 +91,7 @@ code(); (funcall mode) ;; Make sure font lock is all set up. (font-lock-set-defaults) - ;; This has to be set to a value other than the mthml-mode + ;; This has to be set to a value other than the mhtml-mode ;; value, to avoid recursion. (unless (variable-binding-locus 'font-lock-fontify-region-function) (setq-local font-lock-fontify-region-function |
