summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-13 18:04:20 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-13 18:04:20 +0200
commit1eaefe0788f3b991c5cd35ea0f8a3a32726e2ed2 (patch)
treed275aa72c4bf79da54a9ab09fbea92865c538b55 /helm-utils.el
parent2c74a895360231186a7afaec6988dced347a4aa1 (diff)
* helm-utils.el (helm-yank-text-at-point-function): Fix docstring.
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/helm-utils.el b/helm-utils.el
index 4c4f0473..3c3be14b 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -37,7 +37,10 @@
(defcustom helm-yank-text-at-point-function nil
"The function used to forward point with `helm-yank-text-at-point'.
-When nil fallback to default `forward-word'."
+With a nil value, fallback to default `forward-word'.
+The function should take one arg, an integer like `forward-word'.
+NOTE: Using `forward-symbol' here is not very useful as it is already
+provided by \\<helm-map>\\[next-history-element]."
:type 'function
:group 'helm-utils)