Variable: grep-quoting-style

grep-quoting-style is a variable defined in grep.el.gz.

Value

nil

Documentation

Whether to use POSIX-like shell argument quoting.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/grep.el.gz
(defvar grep-quoting-style nil
  "Whether to use POSIX-like shell argument quoting.")