diff --git a/FAQ.md b/FAQ.md
index da4887f..1171fe3 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -156,6 +156,7 @@ For reference, read [Valloric/ycmd#892](https://github.com/Valloric/ycmd/issues/
* #include <iostream>
lists all `#include` lines in the project pointing to the included file
* [](){}
lists all(?) lambda expressions thanks to implicit `std::function` move constructor
* extern int a;
If `ReferenceContext.includeDeclaration` is true, the definition and declarations are also listed.
+* If no references is found but the point is on the first line, list `#include` lines referencing current file.
### `$ccls/base`