Variable: occur-revert-arguments

occur-revert-arguments is a buffer-local variable defined in replace.el.gz.

Documentation

Arguments to pass to occur-1 to revert an Occur mode buffer.

See occur-revert-function.

Source Code

;; Defined in /usr/src/emacs/lisp/replace.el.gz
(defvar-local occur-revert-arguments nil
  "Arguments to pass to `occur-1' to revert an Occur mode buffer.
See `occur-revert-function'.")