Mercurial > emacs
changeset 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 | a27f06400881 |
children | 9ddb2f615d83 |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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