Function: ispell--comment-prefix
ispell--comment-prefix is a byte-compiled function defined in
ispell.el.gz.
Signature
(ispell--comment-prefix)
Documentation
Return the comment marker for the current mode.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defun ispell--comment-prefix ()
"Return the comment marker for the current mode."
(progn
(comment-normalize-vars)
(comment-padright comment-start
(comment-add nil))
comment-start))