Function: filesets-quote

filesets-quote is a function alias for shell-quote-argument, defined in subr.el.gz.

This function is obsolete since 30.1; use shell-quote-argument instead.

Signature

(filesets-quote ARGUMENT &optional POSIX)

Documentation

Quote ARGUMENT for passing as argument to an inferior shell.

This function is designed to work with the syntax of your system's standard shell, and might produce incorrect results with unusual shells. See Info node (elisp)Security Considerations.

If the optional POSIX argument is non-nil, ARGUMENT is quoted according to POSIX shell quoting rules, regardless of the system's shell.

Aliases

filesets-quote (obsolete since 30.1)