Skip to content

Commit

Permalink
Remove space in helm-man-format-switches and fix docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Mar 20, 2017
1 parent 49a633f commit 53ee9b0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions helm-man.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@
(const :tag "Woman" woman)))

(defcustom helm-man-format-switches (cl-case system-type
((darwin macos) " %s")
((darwin macos) "%s")
(t "-l %s"))
"Arguments to pass to the `manual-entry' function.
Arguments are passed to `manual-entry' with `format.'
Default use \"-l\" which may not be supported on old man versions,
in this case use \"%s\" as value to pass only the filename as argument.
See Issue #1035"
Arguments are passed to `manual-entry' with `format.'"
:group 'helm-man
:type 'string)

Expand Down

0 comments on commit 53ee9b0

Please sign in to comment.