Function: woman-reformat-last-file
woman-reformat-last-file is an interactive and byte-compiled function
defined in woman.el.gz.
Signature
(woman-reformat-last-file)
Documentation
Reformat last file, e.g. after changing fill column.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman-reformat-last-file ()
"Reformat last file, e.g. after changing fill column."
(interactive)
(if woman-last-file-name
(woman-find-file woman-last-file-name t)
(call-interactively 'woman-find-file)))