From fc2634d67b85637b1e2d991f8478bb8faade73d1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 17 Jul 2020 20:13:14 -0400 Subject: [PATCH] docs/getting_started: fix doom/help-{modules,autodefs} keybinds Relevant to #3580 --- docs/getting_started.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index 716837796..6ee55545e 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -1311,9 +1311,9 @@ You can also evaluate code with ~eval-expression~ (=M-;= or =SPC ;=). ... + ~doom/help~ (=SPC h d h=) :: 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. -+ ~doom/help-autodefs~ (=SPC h A=) :: ++ ~doom/help-autodefs~ (=SPC h u=) :: Jumps to the documentation for an autodef function/macro. These are special functions that are always defined, whether or not their containing modules are enabled.