summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2020-10-04 11:50:34 +0200
committerThierry Volpiatto <thievol@posteo.net>2020-10-04 11:50:34 +0200
commitb1c35b3d1716092f3f8e882b9b3a11cdab5f0260 (patch)
tree71d10dd1eddf982b21ab4d40363b4e359eb2e50c /helm-types.el
parent51de5f7a537eb1545d98f24fc0d72c123d2f0c03 (diff)
Use helm-type-function-actions for commands and function in *-apropos
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-types.el b/helm-types.el
index 6cdacf59..c9537d24 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -228,8 +228,8 @@
(defcustom helm-type-function-actions
(helm-make-actions
- "Describe command" 'helm-describe-function
- "Go to command's definition" 'find-function
+ "Describe function" 'helm-describe-function
+ "Find function" 'find-function
"Info lookup" 'helm-info-lookup-symbol
"Debug on entry" 'debug-on-entry
"Cancel debug on entry" 'cancel-debug-on-entry