Function: nroff-insert-comment-function

nroff-insert-comment-function is a byte-compiled function defined in nroff-mode.el.gz.

Signature

(nroff-insert-comment-function)

Documentation

Function for comment-insert-comment-function in nroff-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/nroff-mode.el.gz
;; https://lists.gnu.org/r/emacs-devel/2007-10/msg01869.html
(defun nroff-insert-comment-function ()
  "Function for `comment-insert-comment-function' in `nroff-mode'."
  (indent-to (nroff-comment-indent))
  (insert comment-start))