Variable: cperl-syntaxify-unwind

cperl-syntaxify-unwind is a customizable variable defined in cperl-mode.el.gz.

Value

t

Documentation

Controls the accuracy of syntaxification.

Non-nil means that CPerl unwinds to a start of a long construction when syntaxifying a chunk of buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-syntaxify-unwind
  t
  "Controls the accuracy of syntaxification.
Non-nil means that CPerl unwinds to a start of a long construction
when syntaxifying a chunk of buffer."
  :type 'boolean
  :group 'cperl-speed)