changeset 80054:6c2c7b785da9

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 05 Feb 2008 14:16:26 +0000
parents 1d2ca180d05b
children 1f1aee9ec35e
files lisp/progmodes/cc-awk.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-awk.el	Tue Feb 05 14:13:28 2008 +0000
+++ b/lisp/progmodes/cc-awk.el	Tue Feb 05 14:16:26 2008 +0000
@@ -213,7 +213,7 @@
   "\\([{}@` \t]\\|\\+\\+\\|--\\|\\\\.\\)")
 ;;   A "neutral" char(pair).  Doesn't change the "state" of a subsequent /.
 ;; This is space/tab, braces, an auto-increment/decrement operator or an
-;; escaped character.  Or one of the (illegal) characters @ or `.  But NOT an
+;; escaped character.  Or one of the (invalid) characters @ or `.  But NOT an
 ;; end of line (even if escaped).
 (defconst c-awk-neutrals*-re
   (concat "\\(" c-awk-neutral-re "\\)*"))