summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snakemake-mode.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index e8513f1..9e90adf 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -371,12 +371,12 @@ label."
(defun snakemake-mode-setup-mmm ()
"Set up MMM mode to highlight embedded R code.
-You must have the R-strings either within a R(''' ''') function
-call or a code block delimited with '''#r and '''. (Triple
-double-quotes also accepted.)
+You must have the R-strings either within a R(\"\"\" \"\"\") function
+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"))