From 1de1046fc728b74193aa34abc9032b75b5e8b1ec Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 26 Feb 2017 21:46:12 -0500 Subject: snakemake-mode-setup-mmm: Touch up doc-string The changes to the first paragraph will make the following commit cleaner. Also, there's no need to tell users where to set mmm-global-mode. --- snakemake-mode.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/snakemake-mode.el b/snakemake-mode.el index b6e1c82..e8513f1 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -371,11 +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 +double-quotes also accepted.) For automatic highlighting of embedded regions, you need to set -`mmm-global-mode` to 'maybe in your setup file." +`mmm-global-mode` to 'maybe." (unless (require 'mmm-mode nil t) (user-error "You need to install mmm-mode")) -- cgit v1.2.3