Function: woman-reset-emulation

woman-reset-emulation is an interactive and byte-compiled function defined in woman.el.gz.

Signature

(woman-reset-emulation VALUE)

Documentation

Reset woman-emulation to VALUE and reformat, for menu use.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman-reset-emulation (value)
  "Reset `woman-emulation' to VALUE and reformat, for menu use."
  (interactive)
  (setq woman-emulation value)
  (woman-reformat-last-file))