From 64b4c82fa0e56d8eca711dae699623ceeb8a3d7e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 30 Jun 2025 16:06:23 +0100 Subject: Add docstring for ennum-intern. * ennum.el (ennum-intern): Add docstring. --- ennum.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ennum.el b/ennum.el index d32ca75..1526e48 100644 --- a/ennum.el +++ b/ennum.el @@ -182,6 +182,10 @@ value of the last form in BODY." ;; changes? Yes, since we ask for an absolute working directory, we ;; should. (defun ennum-intern (filename) + "Intern FILENAME into the store. + +FILENAME must be an absolute path or a path relative to the working +directory of the blog." (let* ((canonical-file-path (expand-file-name filename (ennum-setting :working-directory))) -- cgit v1.2.3