We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ad8ab commit 9b2781bCopy full SHA for 9b2781b
src/commands/new_commands.ml
@@ -835,8 +835,8 @@ let all_commands =
835
~doc:
836
"Returns a list of kind information for all expressions at given \
837
position, sorted by increasing size.\n\
838
- `-index` can be used to print only one type information. This is \
839
- useful to\n\
+ `-index` can be used to print only the kind information of a entry in \
+ the result list expression. This is useful to\n\
840
query the kinds lazily: normally, Merlin would return the kind of all\n\
841
enclosing modules, which may be very expensive.\n\n\
842
The result is returned as a list of:\n\
0 commit comments