diff options
author | Arun Isaac | 2025-06-30 16:06:23 +0100 |
---|---|---|
committer | Arun Isaac | 2025-06-30 16:07:12 +0100 |
commit | 64b4c82fa0e56d8eca711dae699623ceeb8a3d7e (patch) | |
tree | c5b0c2e6d0a88f96312bfaf4e08d8c77406a53d0 /ennum.el | |
parent | 8f29ccb8d734b885edd542f69fe9e3ef488c752d (diff) | |
download | ennum-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.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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))) |