commit 24c0258665d496d06139ef24935fa2a5d5270b3f
parent 88513384f42e0f4db4185f8141754cd92541988d
Author: Lou Woell <lou.woell@posteo.de>
Date:   Sat, 11 Oct 2025 02:24:26 +0200

[haredoc.el] fix: haredoc interactive argument

Diffstat:
Mharedoc.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haredoc.el b/haredoc.el @@ -180,7 +180,7 @@ buffer. See also `haredoc/forward'." (defun haredoc (id) "Run haredoc with hare identifier ID and present result in help buffer. If called interactively, ask user for ID." - (interactive (haredoc/read-module)) + (interactive (list (haredoc/read-module))) (when-let* ((id id) (components (string-split id "::" t)) (loc (haredoc/get-location id))