Function: woman1-BR
woman1-BR is a byte-compiled function defined in woman.el.gz.
Signature
(woman1-BR)
Documentation
.BR -- Join words of current line alternating bold and Roman fonts.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman1-BR ()
".BR -- Join words of current line alternating bold and Roman fonts."
(woman1-alt-fonts (list "\\fB" "\\fR")))