Function: WoMan-log
WoMan-log is a byte-compiled function defined in woman.el.gz.
Signature
(WoMan-log FORMAT &rest ARGS)
Documentation
Log a message out of FORMAT control string and optional ARGS.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun WoMan-log (format &rest args)
"Log a message out of FORMAT control string and optional ARGS."
(WoMan-log-1 (apply #'format-message format args)))