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