branch: externals/consult-hoogle
commit 2d6edf330fb8c6cc953e2326f575b0297f825b04
Author: Rahguzar <[email protected]>
Commit: Rahguzar <[email protected]>
Don't use obsolete variable
---
consult-hoogle.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/consult-hoogle.el b/consult-hoogle.el
index 8aab87616e..a49f3106e9 100644
--- a/consult-hoogle.el
+++ b/consult-hoogle.el
@@ -205,13 +205,13 @@ window. This can be disabled by a prefix ARG."
(defun consult-hoogle-project (arg)
"Search the local hoogle database for current project.
By default uses cabal-hoogle and the database should have been generated
-by running `cabal-hoogle generate'. `consult-hoogle-project-args' can be
+by running `cabal-hoogle generate'. `hoogle-base-project-args' can be
customized to configure an alternate command.
By default this shows the documentation for the current candidate in a side
window. This can be disabled by a prefix ARG."
(interactive (list current-prefix-arg))
(let ((default-directory (funcall hoogle-base-project-root-function)))
- (consult-hoogle arg consult-hoogle-project-args)))
+ (consult-hoogle arg hoogle-base-project-args)))
(defun consult-hoogle-scroll-docs-down (&optional arg)
"Scroll the window with documentation ARG lines down."