Variable: comment-line-break-function

comment-line-break-function is a variable defined in simple.el.gz.

Value

comment-indent-new-line

Documentation

Mode-specific function that line breaks and continues a comment.

This function is called during auto-filling when a comment syntax is defined. The function should take a single optional argument, which is a flag indicating whether it should use soft newlines.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar comment-line-break-function 'comment-indent-new-line
  "Mode-specific function that line breaks and continues a comment.
This function is called during auto-filling when a comment syntax
is defined.
The function should take a single optional argument, which is a flag
indicating whether it should use soft newlines.")