emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/frog-menu d0de20e: Update docstring


From: Clemens Radermacher
Subject: [elpa] externals/frog-menu d0de20e: Update docstring
Date: Tue, 23 Apr 2019 13:43:15 -0400 (EDT)

branch: externals/frog-menu
commit d0de20e52206cecf929839290e837a966c600d47
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]