branch: elpa/helm commit d1393e23aa133a87826c1390c6fc9654fba6bbdd Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix duplicated tag in defcustom --- helm-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-files.el b/helm-files.el index d8e7bc47e1..01efa9457d 100644 --- a/helm-files.el +++ b/helm-files.el @@ -634,7 +634,7 @@ This affects `\\<helm-find-files-map>\\[helm-ff-run-switch-to-shell]' keybinding :type '(choice (const :tag "Use Eshell" eshell-mode) (const :tag "Use Shell" shell-mode) - (const :tag "Use Shell" term-mode))) + (const :tag "Use Term" term-mode))) (defcustom helm-rsync-no-mode-line-update nil "When non nil don't update mode-line when rsync is running.