Fix docstring references to old settings

This commit is contained in:
Henrik Lissner 2018-06-19 15:01:25 +02:00
parent d5adf4ccbc
commit 95b227f9fe
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 3 additions and 3 deletions

View file

@ -95,8 +95,8 @@ don't have a :trigger property in `+file-templates-alist'.")
;; Solidity ;; Solidity
(solidity-mode :trigger "__sol")) (solidity-mode :trigger "__sol"))
"An alist of file template rules. The CAR of each rule is either a major mode "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 symbol or regexp string. The CDR is a plist. See `set-file-template!' for more
more information.") information.")
;; ;;

View file

@ -185,7 +185,7 @@ Falls back to a naive ripgrep/the_silver_searcher search otherwise."
Goes down a list of possible backends: 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' 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' 3. If the +devdocs flag is active for :feature lookup, run `+lookup/in-devdocs'
4. Fall back to an online search, with `+lookup/online'" 4. Fall back to an online search, with `+lookup/online'"