Function: rcirc-format-underline
rcirc-format-underline is an interactive and byte-compiled function
defined in rcirc.el.gz.
Signature
(rcirc-format-underline REPLACE)
Documentation
Insert underlining formatting.
If REPLACE is non-nil or a prefix argument is given, any prior formatting will be replaced before the underline formatting is inserted.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defun rcirc-format-underline (replace)
"Insert underlining formatting.
If REPLACE is non-nil or a prefix argument is given, any prior
formatting will be replaced before the underline formatting is
inserted."
(interactive "P")
(rcirc-format "\^_" replace))