Fix typos

This commit is contained in:
Brian Wignall 2019-12-01 22:31:19 -05:00
parent 12c36187be
commit 199a6fab79
7 changed files with 7 additions and 7 deletions

View file

@ -168,7 +168,7 @@ function and open its documentation with `helpful-function'. Otherwise, it will
search for it with `apropos'.
If QUERY is empty, this runs the equivalent of 'M-x apropos'. If BANG is
non-nil, a search is preformed against Doom's manual (wiht `doom/help-search')."
non-nil, a search is preformed against Doom's manual (with `doom/help-search')."
(interactive "<!><a>")
(if bang
(doom/help-search query)