Function: type-break-time-stamp
type-break-time-stamp is a byte-compiled function defined in
type-break.el.gz.
Signature
(type-break-time-stamp &optional WHEN)
Source Code
;; Defined in /usr/src/emacs/lisp/type-break.el.gz
(defun type-break-time-stamp (&optional when)
(format-time-string type-break-time-stamp-format when))