Function: woman-toggle-use-extended-font

woman-toggle-use-extended-font is an interactive and byte-compiled function defined in woman.el.gz.

Signature

(woman-toggle-use-extended-font)

Documentation

Toggle woman-use-extended-font and reformat, for menu use.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman-toggle-use-extended-font ()
  "Toggle `woman-use-extended-font' and reformat, for menu use."
  (interactive)
  (setq woman-use-extended-font (not woman-use-extended-font))
  (woman-reformat-last-file))