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