[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm d1393e23aa 1/2: Fix duplicated tag in defcustom
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm d1393e23aa 1/2: Fix duplicated tag in defcustom |
Date: |
Fri, 6 Oct 2023 04:01:02 -0400 (EDT) |
branch: elpa/helm
commit d1393e23aa133a87826c1390c6fc9654fba6bbdd
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@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.