Variable: comment-quote-nested-function

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

Value

comment-quote-nested-default

Documentation

Function to quote nested comments in a region.

It takes the same arguments as comment-quote-nested-default, and is called with the buffer narrowed to a single comment.

Source Code

;; Defined in /usr/src/emacs/lisp/newcomment.el.gz
(defvar comment-quote-nested-function #'comment-quote-nested-default
  "Function to quote nested comments in a region.
It takes the same arguments as `comment-quote-nested-default',
and is called with the buffer narrowed to a single comment.")