diff --git a/modules/feature/file-templates/config.el b/modules/feature/file-templates/config.el index b8c404e1b..3251fab84 100644 --- a/modules/feature/file-templates/config.el +++ b/modules/feature/file-templates/config.el @@ -95,8 +95,8 @@ don't have a :trigger property in `+file-templates-alist'.") ;; Solidity (solidity-mode :trigger "__sol")) "An alist of file template rules. The CAR of each rule is either a major mode -symbol or regexp string. The CDR is a plist. See `doom--set:file-template' for -more information.") +symbol or regexp string. The CDR is a plist. See `set-file-template!' for more +information.") ;; diff --git a/modules/feature/lookup/autoload/lookup.el b/modules/feature/lookup/autoload/lookup.el index bd3b0570e..967af7577 100644 --- a/modules/feature/lookup/autoload/lookup.el +++ b/modules/feature/lookup/autoload/lookup.el @@ -185,7 +185,7 @@ Falls back to a naive ripgrep/the_silver_searcher search otherwise." Goes down a list of possible backends: -1. The :documentation spec defined with by `doom--set:lookup' +1. The :documentation spec defined with by `set-lookup-handlers!' 2. If the +docsets flag is active for :feature lookup, use `+lookup/in-docsets' 3. If the +devdocs flag is active for :feature lookup, run `+lookup/in-devdocs' 4. Fall back to an online search, with `+lookup/online'"