Variable: comment-insert-comment-function

comment-insert-comment-function is a variable defined in newcomment.el.gz.

Value

nil

Documentation

Function to insert a comment when a line doesn't contain one.

The function has no args.

Applicable at least in modes for languages like fixed-format Fortran where comments always start in column zero.

Source Code

;; Defined in /usr/src/emacs/lisp/newcomment.el.gz
;;;###autoload
(defvar comment-insert-comment-function nil
  "Function to insert a comment when a line doesn't contain one.
The function has no args.

Applicable at least in modes for languages like fixed-format Fortran where
comments always start in column zero.")