Variable: lua-comment-start

lua-comment-start is a customizable variable defined in lua-mode.el.gz.

Value

"-- "

Documentation

Default value of comment-start.

This variable was added, or its default value changed, in Emacs 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
(defcustom lua-comment-start "-- "
  "Default value of `comment-start'."
  :type 'string
  :version "31.1")