X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/732fd4c7e11debd61c97eaaba3038d61e6ec7024..570edf257366990dcbd2a057174495bb0bcebdf5:/lisp/allout-widgets.el diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index be8f0dd8d2..3c71a810bf 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el @@ -348,7 +348,7 @@ to `allout-body-modification-handler', and is always reset by images with lists containing the name of the icon directory (as found on the `load-path') and the icon name. -Set this variable to `nil' to empty the cache, and have it replenish from the +Set this variable to nil to empty the cache, and have it replenish from the filesystem.") ;;;_ = allout-widgets-unset-inhibit-read-only (defvar allout-widgets-unset-inhibit-read-only nil @@ -902,7 +902,7 @@ encompassing condition-case." (header (format "allout-widgets-last-hook-error stored, %s/%s %s %s" this mode args - (format-time-string "%e-%b-%Y %r" (current-time))))) + (format-time-string "%e-%b-%Y %r")))) ;; post to *Messages* then immediately replace with more compact notice: (message "%s" (setq allout-widgets-last-hook-error (format "%s:\n%s" header bt))) @@ -2342,9 +2342,9 @@ We use a caching strategy, so the caller doesn't need to do so." got))) ;;;_ : Miscellaneous -;;;_ > allout-elapsed-time-seconds (triple) +;;;_ > allout-elapsed-time-seconds (time-value time-value) (defun allout-elapsed-time-seconds (end start) - "Return seconds between `current-time' style time START/END triples." + "Return seconds between START/END time values." (let ((elapsed (time-subtract end start))) (float-time elapsed))) ;;;_ > allout-frame-property (frame property)