Function: cperl-next-interpolated-REx-1
cperl-next-interpolated-REx-1 is an interactive and byte-compiled
function defined in cperl-mode.el.gz.
Signature
(cperl-next-interpolated-REx-1)
Documentation
Move point to next REx which has interpolated parts without //o.
Skips RExes consisting of one interpolated variable.
Note that skipped RExen are not performance hits.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defun cperl-next-interpolated-REx-1 ()
"Move point to next REx which has interpolated parts without //o.
Skips RExes consisting of one interpolated variable.
Note that skipped RExen are not performance hits."
(interactive "")
(cperl-next-interpolated-REx 1))