diff options
| author | Glenn Morris | 2008-06-27 07:34:53 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 07:34:53 +0000 |
| commit | fffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch) | |
| tree | 9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /lisp/font-core.el | |
| parent | cdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff) | |
| download | emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.zip | |
American English spelling fix.
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 c7906b68d01..e3c34b012ce 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -252,7 +252,7 @@ this function onto `change-major-mode-hook'." | |||
| 252 | ;; Although Global Font Lock mode is a pseudo-mode, I think that the user | 252 | ;; Although Global Font Lock mode is a pseudo-mode, I think that the user |
| 253 | ;; interface should conform to the usual Emacs convention for modes, i.e., a | 253 | ;; interface should conform to the usual Emacs convention for modes, i.e., a |
| 254 | ;; command to toggle the feature (`global-font-lock-mode') with a variable for | 254 | ;; command to toggle the feature (`global-font-lock-mode') with a variable for |
| 255 | ;; finer control of the mode's behaviour (`font-lock-global-modes'). | 255 | ;; finer control of the mode's behavior (`font-lock-global-modes'). |
| 256 | ;; | 256 | ;; |
| 257 | ;; The feature should not be enabled by loading font-lock.el, since other | 257 | ;; The feature should not be enabled by loading font-lock.el, since other |
| 258 | ;; mechanisms for turning on Font Lock mode, such as M-x font-lock-mode RET or | 258 | ;; mechanisms for turning on Font Lock mode, such as M-x font-lock-mode RET or |