summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-08 12:23:01 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-08 12:23:01 +0200
commit21ba445f0c0c6536e2deb51fe40a3a4b14258c0a (patch)
treed9f54fd7ee5f233dc33e9a4bc607efa3e26bb787 /helm.el
parent352aa4ab9eb14155c2bd0bdd0fe77251680e7cb7 (diff)
Fix docstring of helm-attr.
* helm.el (helm-attr): Do it.
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index d5d91bd0..0afe894f 100644
--- a/helm.el
+++ b/helm.el
@@ -1167,7 +1167,10 @@ not `exit-minibuffer' or unwanted functions."
"Get the value of ATTRIBUTE-NAME of SRC.
If SRC is omitted, use current source.
If COMPUTE is non--nil compute value of ATTRIBUTE-NAME
-with `helm-interpret-value'."
+with `helm-interpret-value'. COMPUTE can have also 'ignorefn as
+value, in this case `helm-interpret-value' will return a function
+as value inchanged, but will eval a symbol which is bound
+(i.e a variable)."
(let ((src (or source (helm-get-current-source))))
(helm-aif (or (assq attribute-name src)
(helm-get-attribute-from-source-type attribute-name src))