Function: rst-comment-insert-comment

rst-comment-insert-comment is a byte-compiled function defined in rst.el.gz.

Signature

(rst-comment-insert-comment)

Documentation

Insert a comment in the current line.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defun rst-comment-insert-comment ()
  "Insert a comment in the current line."
  (rst-indent-line 0)
  (insert comment-start))