branch: externals/frog-menu
commit d0de20e52206cecf929839290e837a966c600d47
Author: Clemens Radermacher <clem...@posteo.net>
Commit: Clemens Radermacher <clem...@posteo.net>

    Update docstring
---
 frog-menu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frog-menu.el b/frog-menu.el
index be7be4a..13d7ca6 100644
--- a/frog-menu.el
+++ b/frog-menu.el
@@ -593,7 +593,7 @@ ACTIONS is the argument of `frog-menu-read'."
 (defun frog-menu-call (&rest cmds)
   "Read a command from CMDS and execute it.
 
-CMDS is a list of command symbols to choose from."
+CMDS are command symbols to choose from."
   (let ((cmd (intern-soft (frog-menu-read "" (mapcar #'symbol-name cmds)))))
        (unless (commandp cmd)
          (user-error "%s is no a kown command" cmd))

Reply via email to