Fix autoload cookie for doom/help-search-loaded-files
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
parent
e0cd71e25f
commit
0e2c642a86
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ Uses the symbol at point or the current selection, if available."
|
||||||
" ")))
|
" ")))
|
||||||
|
|
||||||
;; TODO factor our the duplicate code between this and the above
|
;; TODO factor our the duplicate code between this and the above
|
||||||
;;;autoload
|
;;;###autoload
|
||||||
(defun doom/help-search-loaded-files (query)
|
(defun doom/help-search-loaded-files (query)
|
||||||
"Perform a text search on your `load-path'.
|
"Perform a text search on your `load-path'.
|
||||||
Uses the symbol at point or the current selection, if available."
|
Uses the symbol at point or the current selection, if available."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue