aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorAndreas Schwab2007-12-17 20:32:48 +0000
committerAndreas Schwab2007-12-17 20:32:48 +0000
commit67f2eaf15fcdb3f73e983c19fd6a5b1054558e0d (patch)
tree3a1a94528a91d07dd80a378a90df388e86c92474 /lisp/progmodes
parentd7358b92b65b940e84294dd0242f5a55ec4c3d37 (diff)
downloademacs-67f2eaf15fcdb3f73e983c19fd6a5b1054558e0d.tar.gz
emacs-67f2eaf15fcdb3f73e983c19fd6a5b1054558e0d.zip
(sh-font-lock-syntactic-keywords): Fix
comment typo.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 1b0bbc14b65..ed3fce12d60 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1097,7 +1097,7 @@ subshells can nest."
1097 ;; change the syntax, so we have to tell syntax-ppss that the states it 1097 ;; change the syntax, so we have to tell syntax-ppss that the states it
1098 ;; has just computed will need to be recomputed. 1098 ;; has just computed will need to be recomputed.
1099 (sh-font-lock-flush-syntax-ppss-cache) 1099 (sh-font-lock-flush-syntax-ppss-cache)
1100 ;; Make sure $@ and @? are correctly recognized as sexps. 1100 ;; Make sure $@ and $? are correctly recognized as sexps.
1101 ("\\$\\([?@]\\)" 1 ,sh-st-symbol) 1101 ("\\$\\([?@]\\)" 1 ,sh-st-symbol)
1102 ;; Find HEREDOC starters and add a corresponding rule for the ender. 1102 ;; Find HEREDOC starters and add a corresponding rule for the ender.
1103 (sh-font-lock-here-doc 1103 (sh-font-lock-here-doc