Variable: meta-right-comment-regexp
meta-right-comment-regexp is a customizable variable defined in
meta-mode.el.gz.
Value
nil
Documentation
Regexp matching comments that should be placed on the right margin.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/meta-mode.el.gz
(defcustom meta-right-comment-regexp nil
"Regexp matching comments that should be placed on the right margin."
:type '(choice regexp
(const :tag "None" nil)))