aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
diff options
context:
space:
mode:
Diffstat (limited to 'helpful.el')
-rw-r--r--helpful.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helpful.el b/helpful.el
index 8710e1c..5c0494e 100644
--- a/helpful.el
+++ b/helpful.el
@@ -149,6 +149,8 @@ can make Helpful very slow.")
(setq helpful--callable-p callable-p)
(setq helpful--start-buffer current-buffer)
(setq helpful--associated-buffer current-buffer)
+ (setq list-buffers-directory
+ (if (symbolp symbol) (format "%s: %s" (helpful--kind-name symbol callable-p) symbol) "lambda"))
(if (helpful--primitive-p symbol callable-p)
(setq-local comment-start "//")
(setq-local comment-start ";")))