Function: filesets-get-quoted-selection

filesets-get-quoted-selection is a byte-compiled function defined in filesets.el.gz.

Signature

(filesets-get-quoted-selection)

Documentation

Return the currently selected text in quotes.

Source Code

;; Defined in /usr/src/emacs/lisp/filesets.el.gz
(defun filesets-get-quoted-selection ()
  "Return the currently selected text in quotes."
  (shell-quote-argument (filesets-get-selection)))