Variable: comment-quote-nested

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

Value

t

Documentation

Non-nil if nested comments should be quoted.

This should be locally set by each major mode if needed.

Source Code

;; Defined in /usr/src/emacs/lisp/newcomment.el.gz
(defvar comment-quote-nested t
  "Non-nil if nested comments should be quoted.
This should be locally set by each major mode if needed.")