From 93036209fae87dc620b27b2ce2e0146e6252113c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 17 Nov 2022 09:31:46 +0100 Subject: ; Fix typos (duplicate words) --- lisp/progmodes/cc-engine.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/progmodes/cc-engine.el') 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) -- cgit v1.2.3