]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-font-lock-syntactic-keywords): Fix
authorAndreas Schwab <schwab@suse.de>
Mon, 17 Dec 2007 20:32:48 +0000 (20:32 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 17 Dec 2007 20:32:48 +0000 (20:32 +0000)
comment typo.

lisp/ChangeLog
lisp/progmodes/sh-script.el

index fe01023428f4b38e38f365ad1879fcf6bb01382d..02b51f7ae0b5a3fb34672844e7a9bf79914def08 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-17  Andreas Schwab  <schwab@suse.de>
+
+       * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Fix
+       comment typo.
+
 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/dbus.el (dbus-name-owner-changed-handler): Use
index 1b0bbc14b65ddae96c19c7cf519abe4ae78751ba..ed3fce12d60c8eb9dd21e300acb40d6c29b2fd28 100644 (file)
@@ -1097,7 +1097,7 @@ subshells can nest."
     ;; change the syntax, so we have to tell syntax-ppss that the states it
     ;; has just computed will need to be recomputed.
     (sh-font-lock-flush-syntax-ppss-cache)
-    ;; Make sure $@ and @? are correctly recognized as sexps.
+    ;; Make sure $@ and $? are correctly recognized as sexps.
     ("\\$\\([?@]\\)" 1 ,sh-st-symbol)
     ;; Find HEREDOC starters and add a corresponding rule for the ender.
     (sh-font-lock-here-doc