docs/getting_started: fix doom/help-{modules,autodefs} keybinds

Relevant to #3580
This commit is contained in:
Henrik Lissner 2020-07-17 20:13:14 -04:00
parent 9518852597
commit fc2634d67b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1311,9 +1311,9 @@ You can also evaluate code with ~eval-expression~ (=M-;= or =SPC ;=).
... ...
+ ~doom/help~ (=SPC h d h=) :: + ~doom/help~ (=SPC h d h=) ::
Open the index of Doom's manual. Open the index of Doom's manual.
+ ~doom/help-modules~ (=SPC h d=) :: + ~doom/help-modules~ (=SPC h d m=) ::
Jumps to a module's documentation. Jumps to a module's documentation.
+ ~doom/help-autodefs~ (=SPC h A=) :: + ~doom/help-autodefs~ (=SPC h u=) ::
Jumps to the documentation for an autodef function/macro. These are special Jumps to the documentation for an autodef function/macro. These are special
functions that are always defined, whether or not their containing modules functions that are always defined, whether or not their containing modules
are enabled. are enabled.