diff lisp/progmodes/sh-script.el @ 87311:5459c18c7d1a

(sh-font-lock-syntactic-keywords): Fix comment typo.
author Andreas Schwab <schwab@suse.de>
date Mon, 17 Dec 2007 20:32:18 +0000
parents dcb8172071f2
children 107ccd98fa12 56a72e2bd635
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Mon Dec 17 13:04:59 2007 +0000
+++ b/lisp/progmodes/sh-script.el	Mon Dec 17 20:32:18 2007 +0000
@@ -1097,7 +1097,7 @@
     ;; 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