]> git.eshelyaron.com Git - emacs.git/commitdiff
Copy in some minor bug fixes from the trunk.
authorAlan Mackenzie <acm@muc.de>
Wed, 3 Sep 2008 21:01:12 +0000 (21:01 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 3 Sep 2008 21:01:12 +0000 (21:01 +0000)
lisp/progmodes/cc-awk.el
lisp/progmodes/cc-fonts.el

index 8833f279dded36c7718f77319861ac233f539880..320b01e60ffb281c77d6d60686591248dee75a0d 100644 (file)
@@ -28,9 +28,9 @@
 
 ;; This file contains (most of) the adaptations to cc-mode required for the
 ;; integration of AWK Mode.
-;; It is organised thusly, the sections being separated by page breaks:
+;; It is organized thusly, the sections being separated by page breaks:
 ;;   1. The AWK Mode syntax table.
-;;   2. Regular expressions for analysing AWK code.
+;;   2. Regular expressions for analyzing AWK code.
 ;;   3. Indentation calculation stuff ("c-awk-NL-prop text-property").
 ;;   4. Syntax-table property/font-locking stuff, including the
 ;;      font-lock-keywords setting.
   ;;
   ;; ANCHOR-STATE-/DIV identifies whether a / at ANCHOR would have been a
   ;; division sign (value t) or a regexp opener (value nil).  The idea is that
-  ;; we analyse the line from ANCHOR up till point to determine what the / at
+  ;; we analyze the line from ANCHOR up till point to determine what the / at
   ;; point is.
   ;;
   ;; The result is what ANCHOR-STATE-/DIV (see above) is where point is left.
index 698f83e0bd06f4aea9491bf560a01c6905431ea1..60045a0adec96a778e2a788b49c6590edf421ebd 100644 (file)
@@ -2146,7 +2146,7 @@ need for `pike-font-lock-extra-types'.")
        0 ,c-doc-markup-face-name prepend nil)
       (,(concat header "\\(" "@" symbol "\\):")
        1 ,c-doc-markup-face-name prepend nil)
-      (,(concat "[#%]" symbol)
+      (,(concat "[#%@]" symbol)
        0 ,c-doc-markup-face-name prepend nil))
     ))