From c421028a6888d0457759a69450102afdcefdc1ce Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Sun, 25 Mar 2007 12:04:11 +0000 Subject: [PATCH] Fix typo. --- lisp/progmodes/cc-engine.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index a901ee07454..a9641b8eda0 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -1917,9 +1917,8 @@ comment at the start of cc-engine.el for more info." ;; Is the region (beg end) WS, and is there WS (or BOB/EOB) next to the ;; region? This is a "heuristic" function. ..... ;; - ;; The motivation for the second bit is to check whether the removal of this - ;; space is to check whether removing this region would coalesce two - ;; symbols. + ;; The motivation for the second bit is to check whether removing this + ;; region would coalesce two symbols. ;; ;; FIXME!!! This function doesn't check virtual semicolons in any way. Be ;; careful about using this function for, e.g. AWK. (2007/3/7) -- 2.39.5