changeset 76723:a68603f8b839

Fix typo.
author Alan Mackenzie <acm@muc.de>
date Sun, 25 Mar 2007 12:04:11 +0000
parents af512a29da94
children ad55d532889d
files lisp/progmodes/cc-engine.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)