summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-05-06 08:14:12 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-05-06 08:14:12 +0200
commit52cfb37f1021126807f198fde62e527f52c1742b (patch)
treec38ff32352672423e9a64cdeb2ed558139245cec /helm-help.el
parentf0099b23a9b1e3b852534382af0753b2d6ffe35c (diff)
Update HFF info
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/helm-help.el b/helm-help.el
index fd93f61e..43d60be4 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -271,6 +271,9 @@ Helm uses `ffap' partially or completely to find file at point depending on the
value of `helm-ff-guess-ffap-filenames': if non-nil, support is complete
\(annoying), if nil, support is partial.
+Note that when the variable `helm-ff-allow-non-existing-file-at-point' is non nil
+Helm will insert the filename at point even if file with this name doesn't exists.
+
**** Find file at line number
When text at point is in the form of
@@ -279,6 +282,9 @@ When text at point is in the form of
Helm finds this file at the indicated line number, here 1234.
+Note that for this feature to work you have to disable
+`helm-ff-allow-non-existing-file-at-point'.
+
**** Find URL at point
When a URL is found at point, Helm expands to that URL only.