# HG changeset patch # User Andreas Schwab # Date 1197923538 0 # Node ID 5459c18c7d1aba21eddf25c45f409f6c33c42fe1 # Parent a27f0640088143b6505058251802c6f655fd7675 (sh-font-lock-syntactic-keywords): Fix comment typo. diff -r a27f06400881 -r 5459c18c7d1a lisp/progmodes/sh-script.el --- 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