Function: woman1-IB

woman1-IB is a byte-compiled function defined in woman.el.gz.

Signature

(woman1-IB)

Documentation

.IB -- Join words of current line alternating italic and bold fonts.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman1-IB ()
  ".IB -- Join words of current line alternating italic and bold fonts."
  (woman1-alt-fonts (list "\\fI" "\\fB")))