Function: woman1-B

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

Signature

(woman1-B)

Documentation

.B -- Set words of current line in bold font.

Aliases

woman1-SB

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
;;; Font-changing macros:

(defun woman1-B ()
  ".B -- Set words of current line in bold font."
  (woman1-B-or-I ".ft B\n"))