summaryrefslogtreecommitdiff
path: root/helm-external.el
diff options
context:
space:
mode:
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)))