Function: rcirc-format-fixed-width

rcirc-format-fixed-width is an interactive and byte-compiled function defined in rcirc.el.gz.

Signature

(rcirc-format-fixed-width REPLACE)

Documentation

Insert fixed-width formatting.

If REPLACE is non-nil or a prefix argument is given, any prior formatting will be replaced before the fixed width formatting is inserted.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defun rcirc-format-fixed-width (replace)
  "Insert fixed-width formatting.
If REPLACE is non-nil or a prefix argument is given, any prior
formatting will be replaced before the fixed width formatting is
inserted."
  (interactive "P")
  (rcirc-format "\^Q" replace))