Function: woman-toggle-use-symbol-font

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

Signature

(woman-toggle-use-symbol-font)

Documentation

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

Key Bindings

Source Code

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