hydra.el (defhydra): Fix typo

Re #38
master
Oleh Krehel 11 years ago
parent 4f0ef6298c
commit 0881733ebe
  1. 2
      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)

Loading…
Cancel
Save