branch: master commit 0881733ebe1e3f6fff14e4e1c7824ae7d74b4e0e Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
hydra.el (defhydra): Fix typo Re #38 --- hydra.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.el index 1ff668e..fcb8cde 100644 --- a/hydra.el +++ b/hydra.el @@ -521,7 +521,7 @@ result of `defhydra'." ((eq body-color 'amaranth) '((message "An amaranth Hydra can only exit through a blue head"))) ((eq body-color 'teal) - '((message "An teal Hydra can only exit through a blue head"))) + '((message "A teal Hydra can only exit through a blue head"))) (t '((hydra-pink-fallback)))) (hydra-set-transient-map hydra-curr-map t)