diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-17 09:40:48 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-17 09:40:48 -0800 |
commit | c5e87d104b7342f35459c7513d6b4cefea1e968e (patch) | |
tree | b1e452497894607b5199474897953bf739552904 /lisp/progmodes/sh-script.el | |
parent | df85d31593aab41321a8bac130e1f9c5b678e9d7 (diff) | |
download | emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.tar.gz emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.tar.bz2 emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.zip |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/sh-script.el')
-rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index da2b4e81577..bca5c93e0a5 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -985,7 +985,7 @@ Find all the unescaped \" characters within said subshell, remembering that subshells can nest." ;; FIXME: This can (and often does) match multiple lines, yet it makes no ;; effort to handle multiline cases correctly, so it ends up being - ;; rather flakey. + ;; rather flaky. (when (eq ?\" (nth 3 (syntax-ppss))) ; Check we matched an opening quote. ;; bingo we have a $( or a ` inside a "" (let (;; `state' can be: double-quote, backquote, code. |