Function: filesets-cmd-shell-command-getargs
filesets-cmd-shell-command-getargs is a byte-compiled function defined
in filesets.el.gz.
Signature
(filesets-cmd-shell-command-getargs)
Documentation
Get arguments for filesets-cmd-shell-command.
Source Code
;; Defined in /usr/src/emacs/lisp/filesets.el.gz
(defun filesets-cmd-shell-command-getargs ()
"Get arguments for `filesets-cmd-shell-command'."
(let* ((arg (read-string "Shell command (%s = file): "
"%s"
'shell-command-history)))
arg))