Variable: TeX-search-forward-comment-start-function

TeX-search-forward-comment-start-function is a buffer-local variable defined in tex.el.

Documentation

Function to find the start of a comment.

The function should accept an optional argument for specifying the limit of the search. It should return the position just before the comment if one is found and nil otherwise. Point should not be moved.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar-local TeX-search-forward-comment-start-function nil
  "Function to find the start of a comment.
The function should accept an optional argument for specifying
the limit of the search.  It should return the position just
before the comment if one is found and nil otherwise.  Point
should not be moved.")