Function: hywiki-directory-set-mod-time
hywiki-directory-set-mod-time is a byte-compiled function defined in
hywiki.el.
Signature
(hywiki-directory-set-mod-time)
Documentation
Store the last page mod time for hywiki-directory.
Use time-since to see the time in seconds since this modification time.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defun hywiki-directory-set-mod-time ()
"Store the last page mod time for `hywiki-directory'.
Use `time-since' to see the time in seconds since this modification time."
(setq hywiki--directory-mod-time (hywiki-directory-get-mod-time)))