Function: woman1-BI

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

Signature

(woman1-BI)

Documentation

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

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
;; .SB -- Set the current line in small bold font, i.e. just embolden!
;; (This is what /usr/local/share/groff/tmac/tmac.an does.  The
;; Linux man.7 is wrong about this!)

(defun woman1-BI ()
  ".BI -- Join words of current line alternating bold and italic fonts."
  (woman1-alt-fonts (list "\\fB" "\\fI")))