Function: shell--unquote-argument
shell--unquote-argument is a byte-compiled function defined in
shell.el.gz.
Signature
(shell--unquote-argument STR)
Source Code
;; Defined in /usr/src/emacs/lisp/shell.el.gz
(defun shell--unquote-argument (str)
(car (shell--unquote&requote-argument str)))