summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-08-16 19:37:29 -0400
committerKyle Meyer <kyle@kyleam.com>2018-08-16 19:37:29 -0400
commit363759f2d9e79d6aa94d09577ec1d24ac4a9aa04 (patch)
tree62b2422f47b10ba608de6963e96b0df96a9157a0
parent8bc919296755ce58f52fd800ee21863c7aefb430 (diff)
downloadsnakemake-mode-363759f2d9e79d6aa94d09577ec1d24ac4a9aa04.tar.gz
snakemake-mode-setup-mmm: Fix quoting in docstring
-rw-r--r--snakemake-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 742a793..9a8a150 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -382,7 +382,7 @@ call or a code block delimited with \"\"\"#r and \"\"\". (Triple
single-quotes also accepted.)
For automatic highlighting of embedded regions, you need to set
-`mmm-global-mode` to `maybe'."
+`mmm-global-mode' to `maybe'."
(unless (require 'mmm-mode nil t)
(user-error "You need to install mmm-mode"))