From 6f48b46b03cd58a541684c57e42eb4679794f0fd Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 11 Nov 2022 15:46:23 +0100 Subject: ; Fix typos --- lisp/progmodes/cc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/progmodes/cc-mode.el') diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 34ba97bb87f..fb5ef694138 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -2505,7 +2505,7 @@ with // and /*, not more generic line and block comments." (not (eobp))) (progn (c-forward-over-token) - ;; Cope with having POS withing a syntactically invalid + ;; Cope with having POS within a syntactically invalid ;; (...), by moving backward out of the parens and trying ;; again. (when (and (eq (char-before) ?\)) -- cgit v1.2.3