We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf583b commit 5260f1fCopy full SHA for 5260f1f
lisp/shell.el
@@ -459,6 +459,7 @@ Useful for shells like zsh that has this feature."
459
(push (mapconcat #'identity (nreverse arg) "") args)))
460
(cons (nreverse args) (nreverse begins)))))
461
462
+;;;###autoload
463
(defun split-string-shell-command (string)
464
"Split STRING (a shell command) into a list of strings.
465
General shell syntax, like single and double quoting, as well as
0 commit comments