diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-08-16 19:37:29 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-08-16 19:37:29 -0400 |
commit | 363759f2d9e79d6aa94d09577ec1d24ac4a9aa04 (patch) | |
tree | 62b2422f47b10ba608de6963e96b0df96a9157a0 /snakemake-mode.el | |
parent | 8bc919296755ce58f52fd800ee21863c7aefb430 (diff) | |
download | snakemake-mode-363759f2d9e79d6aa94d09577ec1d24ac4a9aa04.tar.gz |
snakemake-mode-setup-mmm: Fix quoting in docstring
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r-- | snakemake-mode.el | 2 |
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")) |