Function: perl-backward-to-noncomment

perl-backward-to-noncomment is a byte-compiled function defined in perl-mode.el.gz.

Signature

(perl-backward-to-noncomment)

Documentation

Move point backward to after the first non-white-space, skipping comments.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/perl-mode.el.gz
(defun perl-backward-to-noncomment ()
  "Move point backward to after the first non-white-space, skipping comments."
  (forward-comment (- (point-max))))