diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2022-07-02 12:01:18 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2022-07-02 13:32:41 +0200 |
commit | 8d68760ddee3690b4312fdb5d85210cb21b4eb7d (patch) | |
tree | 9332368efe35507bd11da1a743628871fc983e0a /lisp/font-lock.el | |
parent | c5aec9b10d709b91a0188b705b653bd2a59fff2d (diff) | |
download | emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.gz emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.bz2 emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.zip |
; Fix typos.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 7eeaf2f547f..206879b1694 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2361,7 +2361,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." ;; e.g. assembler code and GNU linker script in Linux kernel. ;; `cpp-font-lock-keywords' is handy for modes for the files. ;; -;; Here we cannot use `regexp-opt' because because regex-opt is not preloaded +;; Here we cannot use `regexp-opt' because regex-opt is not preloaded ;; while font-lock.el is preloaded to emacs. So values pre-calculated with ;; regexp-opt are used here. |