diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-17 09:31:46 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-17 09:34:24 +0100 |
commit | 93036209fae87dc620b27b2ce2e0146e6252113c (patch) | |
tree | 34552a98807db1f69c0bddf1be920fea619981c0 /lisp/progmodes/cc-engine.el | |
parent | 32f36db4f89deb453f401c3d66cbb02c61f2c838 (diff) | |
download | emacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.gz emacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.bz2 emacs-93036209fae87dc620b27b2ce2e0146e6252113c.zip |
; Fix typos (duplicate words)
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
-rw-r--r-- | lisp/progmodes/cc-engine.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 9139699b5b6..df8387905f6 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -6963,7 +6963,7 @@ comment at the start of cc-engine.el for more info." ;; At each buffer change, the syntax-table properties are removed in a ;; before-change function and reapplied, when needed, in an ;; after-change function. It is far more important that the -;; properties get removed when they they are spurious than that they +;; properties get removed when they are spurious than that they ;; be present when wanted. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defun c-clear-<-pair-props (&optional pos) |