Skip to content

Commit fe8192b

Browse files
fsharp-ac--in-project-p: Add docstring
1 parent 4f5eca5 commit fe8192b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fsharp-mode-completion.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ For indirect buffers return the truename of the base buffer."
270270
(downcase (file-name-extension file)))))
271271

272272
(defun fsharp-ac--in-project-p (file)
273+
"Return F# project file for source FILE.
274+
275+
Return nil if FILE is not part of a F# project."
273276
(gethash file fsharp-ac--project-files))
274277

275278
(defun fsharp-ac--reset ()

0 commit comments

Comments
 (0)