# HG changeset patch # User Alan Mackenzie # Date 1174824251 0 # Node ID a68603f8b839db38bfbdf83be3034e7c1710ddec # Parent af512a29da944f12bfd58277eebf6e2b73f6866d Fix typo. diff -r af512a29da94 -r a68603f8b839 lisp/progmodes/cc-engine.el --- a/lisp/progmodes/cc-engine.el Sun Mar 25 12:03:13 2007 +0000 +++ b/lisp/progmodes/cc-engine.el Sun Mar 25 12:04:11 2007 +0000 @@ -1917,9 +1917,8 @@ ;; 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)