aboutsummaryrefslogtreecommitdiff
path: root/ennum.el
diff options
context:
space:
mode:
authorArun Isaac2025-06-30 16:06:23 +0100
committerArun Isaac2025-06-30 16:07:12 +0100
commit64b4c82fa0e56d8eca711dae699623ceeb8a3d7e (patch)
treec5b0c2e6d0a88f96312bfaf4e08d8c77406a53d0 /ennum.el
parent8f29ccb8d734b885edd542f69fe9e3ef488c752d (diff)
downloadennum-64b4c82fa0e56d8eca711dae699623ceeb8a3d7e.tar.gz
ennum-64b4c82fa0e56d8eca711dae699623ceeb8a3d7e.tar.lz
ennum-64b4c82fa0e56d8eca711dae699623ceeb8a3d7e.zip
Add docstring for ennum-intern.
* ennum.el (ennum-intern): Add docstring.
Diffstat (limited to 'ennum.el')
-rw-r--r--ennum.el4
1 files changed, 4 insertions, 0 deletions
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)))