Function: woman1-I

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

Signature

(woman1-I)

Documentation

.I -- Set words of current line in italic font.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman1-I ()
  ".I -- Set words of current line in italic font."
  (woman1-B-or-I ".ft I\n"))