]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/sh-script.el
Fix minor quoting problems in doc strings
[gnu-emacs] / lisp / progmodes / sh-script.el
index e4d16eb0ab624e66a96032aa8ab42c7b8baae79b..537b180eed6a30df9ff5cd16f5b84ddb57d7f0ed 100644 (file)
@@ -921,7 +921,7 @@ See `sh-feature'.")
      (:foreground "magenta"))
     (t
      (:weight bold)))
-  "Face to show quoted execs like `blabla`."
+  "Face to show quoted execs like \\=`blabla\\=`."
   :group 'sh-indentation)
 (define-obsolete-face-alias 'sh-heredoc-face 'sh-heredoc "22.1")
 (defvar sh-heredoc-face 'sh-heredoc)