Variable: comment-end
comment-end is a variable defined in newcomment.el.gz.
Value
""
Documentation
String to insert to end a new comment.
Should be an empty string if comments are terminated by end-of-line.
Probably introduced at or before Emacs version 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/newcomment.el.gz
;;;###autoload
(defvar comment-end (purecopy "")
"String to insert to end a new comment.
Should be an empty string if comments are terminated by end-of-line.")