From 57107c0c759c1406339b697562a8588354c7e6c6 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 9 Jan 2020 21:35:12 +0100 Subject: [PATCH] Prettify docstring --- site-lisp/db-utils.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index 30643e9..dac2aab 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -202,8 +202,9 @@ 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 hex strings) to time as given by FORMAT-STRING. -If not given, FORMAT-STRING defaults to some ISO 8601-like format." + "Format NTP time given by HIGH and LOW to time as given by FORMAT-STRING. +HIGH and LOW must both be 8 digit hex strings. If not given, +FORMAT-STRING defaults to some ISO 8601-like format." (interactive (cl-flet ((read-hex (prompt) (string-to-number (->> prompt (read-string)