branch: elpa/helm
commit b1a093d496aeffd59c5489bad68d5f6260875a08
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Capitalize action name
---
helm-man.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-man.el b/helm-man.el
index f60340ef0fa..1174a36f776 100644
--- a/helm-man.el
+++ b/helm-man.el
@@ -142,7 +142,7 @@ source.")
"The action transformer fn for `helm-man-woman'."
(let ((disp (helm-get-selection nil t)))
(if (member disp helm-man--tldr-cache)
- (append actions '(("tldr" . helm-man-tldr-render)))
+ (append actions '(("Tldr" . helm-man-tldr-render)))
actions)))
(defclass helm-man-pages-class (helm-source-in-buffer)