diff lisp/progmodes/sh-script.el @ 91302:56a72e2bd635

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
author Miles Bader <miles@gnu.org>
date Sat, 29 Dec 2007 02:39:17 +0000
parents 53108e6cea98 5459c18c7d1a
children 606f2d163a64
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Fri Dec 28 02:13:20 2007 +0000
+++ b/lisp/progmodes/sh-script.el	Sat Dec 29 02:39:17 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