]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorAlan Mackenzie <acm@muc.de>
Sun, 25 Mar 2007 12:04:11 +0000 (12:04 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 25 Mar 2007 12:04:11 +0000 (12:04 +0000)
lisp/progmodes/cc-engine.el

index a901ee074544b2009990e153ffc379b9f625c45c..a9641b8eda0bb48e78ca2eb9f35702deea1c1b1d 100644 (file)
@@ -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)