aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
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 aaa86b5816f..bf760e0a6cc 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -429,7 +429,7 @@ name symbol."
429(defvar sh-mode-syntax-table 429(defvar sh-mode-syntax-table
430 (sh-mode-syntax-table () 430 (sh-mode-syntax-table ()
431 ?\# "<" 431 ?\# "<"
432 ?\n ">#" 432 ?\n ">#s"
433 ?\" "\"\"" 433 ?\" "\"\""
434 ?\' "\"'" 434 ?\' "\"'"
435 ?\` "\"`" 435 ?\` "\"`"