From e2e8f1f0d0717dbe6a256f6ea0c61a2d57633443 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 26 Mar 2017 17:23:05 -0400 Subject: snakemake-read-file-target: Fix a docstring typo --- snakemake.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'snakemake.el') diff --git a/snakemake.el b/snakemake.el index b9ca62c..c5df565 100644 --- a/snakemake.el +++ b/snakemake.el @@ -375,9 +375,9 @@ currently limited to a single-item list." (defun snakemake-read-file-target () "Read a file target. If `snakemake-file-target-program' is non-nil, use it to generate -a collection file targets to prompt with. Otherwise, just read a -file name, adjusting the returned file name's path relative to -`snakemake-snakefile-directory'." +a collection of file targets to prompt with. Otherwise, just +read a file name, adjusting the returned file name's path +relative to `snakemake-snakefile-directory'." (let ((default (car (snakemake-file-targets-at-point t)))) (if snakemake-file-target-program (completing-read -- cgit v1.2.3