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

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

[elpa] externals/shell-command+ 36ed006 3/3: Fix shell-command+-substitu


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ 36ed006 3/3: Fix shell-command+-substitute-alist customization type
Date: Tue, 28 Sep 2021 12:57:27 -0400 (EDT)

branch: externals/shell-command+
commit 36ed0060289b62fd0500f39a39c992daafde576c
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Fix shell-command+-substitute-alist customization type
---
 shell-command+.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/shell-command+.el b/shell-command+.el
index 02d22fa..0d2394e 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -136,8 +136,10 @@ handlers if the symbol (e.g. `man') is contained in the 
list."
              ("cd" . shell-command+-cmd-cd))))
   "Association of command substitutes in Elisp.
 Each entry has the form (COMMAND . FUNC), where FUNC is passed
-the command string"
-  :type 'boolean)
+the command string.  To disable all command substitutions, set
+this option to nil."
+  :type '(alist :key-type (string :tag "Command Name")
+                :value-type (function :tag "Substitute")))
 
 
 



reply via email to

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