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