diff options
Diffstat (limited to 'lisp/font-core.el')
-rw-r--r-- | lisp/font-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el index c7906b68d0..e3c34b012c 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el @@ -252,7 +252,7 @@ this function onto `change-major-mode-hook'." ;; Although Global Font Lock mode is a pseudo-mode, I think that the user ;; interface should conform to the usual Emacs convention for modes, i.e., a ;; command to toggle the feature (`global-font-lock-mode') with a variable for -;; finer control of the mode's behaviour (`font-lock-global-modes'). +;; finer control of the mode's behavior (`font-lock-global-modes'). ;; ;; The feature should not be enabled by loading font-lock.el, since other ;; mechanisms for turning on Font Lock mode, such as M-x font-lock-mode RET or |