From 363759f2d9e79d6aa94d09577ec1d24ac4a9aa04 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 16 Aug 2018 19:37:29 -0400 Subject: snakemake-mode-setup-mmm: Fix quoting in docstring --- snakemake-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.2.3