Suggested changes to improve readability:
1. The docstring should make it clear that quicksearch only searches node headlines.
Maybe:
"Quicksearch searches node headlines only, `not` body text"
2. Improve formatting and readability of docstring by adding a line before the list:
The search can be confined to several options:
- All: regular search for all nodes
- Subtree: current node and it's children
- File: only search under a node with an @<file> directive
- Chapter: only search under a node with an @chapter directer
- Node: only search currently selected node
Regards
Lewis