summaryrefslogtreecommitdiff
path: root/helm-external.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-03-28 09:24:33 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-03-28 09:24:33 +0200
commit781e82f6b39af36e06bc21c40d70bbfe99ba9c07 (patch)
tree876261a493758eba6e32523337b7477f5d660f57 /helm-external.el
parentff0cdafd0b9e048ab82f7a363c8950cae49e6a12 (diff)
Fix docstring of helm-get-mailcap-for-file.
Diffstat (limited to 'helm-external.el')
-rw-r--r--helm-external.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helm-external.el b/helm-external.el
index bcb1742f..5ef4bf15 100644
--- a/helm-external.el
+++ b/helm-external.el
@@ -116,8 +116,7 @@ When FILE argument is provided run EXE with FILE."
(delete real-com helm-external-commands-list))))))
(defun helm-get-mailcap-for-file (filename)
- "Get the command to use for FILENAME from mailcap files.
-The command is like <command %s> and is meant to use with `format'."
+ "Get the command to use for FILENAME from mailcap files."
(mailcap-parse-mailcaps)
(let* ((ext (file-name-extension filename))
(mime (when ext (mailcap-extension-to-mime ext)))