Variable: reb-re-syntax

reb-re-syntax is a customizable variable defined in re-builder.el.gz.

Value

read

Documentation

Syntax for the REs in the RE Builder.

Can either be read, string, or rx.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/re-builder.el.gz
(defcustom reb-re-syntax 'read
  "Syntax for the REs in the RE Builder.
Can either be `read', `string', or `rx'."
  :group 're-builder
  :type '(choice (const :tag "Read syntax" read)
		 (const :tag "String syntax" string)
		 (const :tag "`rx' syntax" rx)))