From d6690d27f9fb3d221ef1799de52e88e8b67947d1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 9 Jan 2020 20:57:13 +0100 Subject: [PATCH] Fix docstring of `db/ntp-to-time' --- site-lisp/db-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index 67462b0..1dbe173 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -202,7 +202,7 @@ might depend on the coding system of the current buffer." (message result)))) (defun db/ntp-to-time (high low &optional format-string) - "Format NTP time given by HIGH and LOW (both integer) to time as given by FORMAT-STRING. + "Format NTP time given by HIGH and LOW (both hex strings) to time as given by FORMAT-STRING. If not given, FORMAT-STRING defaults to some ISO 8601-like format." (interactive (list (string-to-number (read-string "High (hex): ") 16)