From d1f4a77fbb70856a4c3dad4cacfa34cadc6cddd8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 26 Dec 2019 16:50:14 -0500 Subject: [PATCH] Fix vestigial reference to old help-search-headings fn --- modules/editor/evil/autoload/ex.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/editor/evil/autoload/ex.el b/modules/editor/evil/autoload/ex.el index 776b1395e..a6405b950 100644 --- a/modules/editor/evil/autoload/ex.el +++ b/modules/editor/evil/autoload/ex.el @@ -168,10 +168,11 @@ 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 (with `doom/help-search')." +non-nil, a search is preformed against Doom's manual (with +`doom/help-search-headings')." (interactive "") (if bang - (doom/help-search query) + (doom/help-search-headings query) (save-match-data (cond ((or (null query) (string-empty-p (string-trim query))) (call-interactively