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