branch: externals/frog-menu
commit 864ff1b90c9d71679e92982c87d0b53eae9c25f9
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>

    Improve docstring
---
 frog-menu.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/frog-menu.el b/frog-menu.el
index ce94b08..1b8400b 100644
--- a/frog-menu.el
+++ b/frog-menu.el
@@ -127,7 +127,9 @@ value. If the user exited the query return nil."
   '((avy-posframe . posframe-hide))
   "Maps `frog-menu-type' to a cleanup handler.
 
-The cleanup handler receives the displayed buffer as argument."
+The cleanup handler receives the displayed buffer as argument and
+is called after the query handler returns or exits through an
+error."
   :type '(alist :key-type symbol
                 :value-type function))
 

Reply via email to