kakoune/rc/tools/doc.asciidoc
Tim Allen e3298c6320 Address code-review comments
- some wording changes in included documentation
- find supports multiple starting paths, we don't need to launch it 3 times
- Change the regex that trims the file extension to only trim the last extension

Some additional things I noticed:

- find should use -L to see through symlinks like the autoload processing does.
- find should check the user's autoload directory first, so users can override
  Kakoune's built-in documentation.
2020-09-03 15:21:54 +10:00

16 lines
397 B
Plaintext

= Kakoune's online documentation
== Commands
*doc* <topic>::
*alias* help +
display documentation about a topic. The completion list displays the
available topics
== Options
*docsclient* (str)::
If set, the `:doc` command will try to display documentation in the Kakoune
client with this name.
See <<commands#clients-and-sessions,`:doc commands clients-and-sessions`>>