branch: elpa/racket-mode
commit 82b48a704b7c900c51b7f4072fcbe87641ffbba1
Author: Greg Hendershott <[email protected]>
Commit: Greg Hendershott <[email protected]>

    Fix racket-xp-eldoc-level doc string
    
    Should have been in previous commit for changing our eldoc
    functionality to be async.
---
 racket-custom.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/racket-custom.el b/racket-custom.el
index 7f8258ceb12..b2e0f544947 100644
--- a/racket-custom.el
+++ b/racket-custom.el
@@ -171,7 +171,7 @@ This has a visible effect only when there is /not/ also a
 (defcustom racket-xp-eldoc-level 'summary
   "How much documentation to show via `eldoc'.
 
-Used by `racket-xp-eldoc-point' and `racket-xp-eldoc-sexp-app'.
+Used by `racket-xp-eldoc-point-or-sexp-head'.
 
 - Minimal: Only the help-echo string.
 

Reply via email to