summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2026-04-04 16:24:29 -0600
committerOmar Antolín <omar.antolin@gmail.com>2026-04-04 16:24:29 -0600
commite4b9900f5fb15bfd8d4c3797b47881d7b8f26e0a (patch)
tree27bafe5b1468dea3e656e9e9bc18b8044739c325
parentf9ed4c2b5e2afe8c14b8b56fcf28349a57a25102 (diff)
Minor correction to embark-target-injection-hooks's docstring
-rw-r--r--embark.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/embark.el b/embark.el
index 82c61c3..534ddba 100644
--- a/embark.el
+++ b/embark.el
@@ -366,14 +366,14 @@ indicate that for files at the prompt of the `delete-file' command,
(embark-dired-jump embark--as-file)
(embark-open-externally embark--as-file))
"Alist associating commands with post-injection setup hooks.
-For commands appearing as keys in this alist, run the
-corresponding value as a setup hook after injecting the target
-into in the minibuffer and before acting on it. The hooks must
-accept arbitrary keyword arguments. The :action command, the
-:target string and target :type are always present. For actions
-at point the target :bounds are passed too. The default pre-action
-hook is specified by the entry with key t. Furthermore, hooks with
-the key :always are executed always."
+For commands appearing as keys in this alist, run the corresponding
+value as a setup hook after injecting the target into in the minibuffer
+and before acting on it. The hooks must accept arbitrary keyword
+arguments. The :action command, the :target string and target :type are
+always present. For actions at point the target :bounds are passed too.
+The default hook (used when no command-specific hook is found) is
+specified by the entry with key t. Finally, hooks with the key
+:always are always executed."
:type '(alist :key-type
(choice symbol
(const :tag "Default" t)