Skip to content

Commit f68029c

Browse files
author
Thierry Volpiatto
committed
Add comments only
1 parent 15df4d7 commit f68029c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

helm-mode.el

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,11 @@ Don't use it directly, use instead `helm-read-file-name' in your programs."
11611161
(unwind-protect
11621162
(setq fname
11631163
(cond (;; A specialized function exists, run it
1164-
;; with the two extra args specific to helm..
1164+
;; with the two extra args specific to helm.
1165+
;; Note that the helm handler should ensure
1166+
;; :initial-input is not nil i.e. Use init
1167+
;; which fallback to default-directory instead
1168+
;; of INITIAL.
11651169
(and def-com helm-mode
11661170
(not (eq def-com 'ido-read-file-name))
11671171
(not (eq def-com 'incompatible)))

0 commit comments

Comments
 (0)