Function: WoMan-log-end
WoMan-log-end is a byte-compiled function defined in woman.el.gz.
Signature
(WoMan-log-end TIME)
Documentation
Log the end of formatting in *WoMan-Log*.
TIME specifies the time it took to format the man page, to be printed with the message.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun WoMan-log-end (time)
"Log the end of formatting in *WoMan-Log*.
TIME specifies the time it took to format the man page, to be printed
with the message."
(WoMan-log-1 (format "Formatting time %g seconds." time) 'end))