emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 819cd73cb4: lisp/ox-publish.el (org-publish-timesta


From: ELPA Syncer
Subject: [elpa] externals/org 819cd73cb4: lisp/ox-publish.el (org-publish-timestamp-filename): Document function arguments
Date: Wed, 15 Nov 2023 06:58:25 -0500 (EST)

branch: externals/org
commit 819cd73cb4caaa407dfa88fa89dcd60096c2d41d
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/ox-publish.el (org-publish-timestamp-filename): Document function 
arguments
---
 lisp/ox-publish.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el
index 1e88667ac6..ceada63455 100644
--- a/lisp/ox-publish.el
+++ b/lisp/ox-publish.el
@@ -358,7 +358,9 @@ You can overwrite this default per project in your
 ;;; Timestamp-related functions
 
 (defun org-publish-timestamp-filename (filename &optional pub-dir pub-func)
-  "Return path to timestamp file for filename FILENAME."
+  "Return path to timestamp file for filename FILENAME.
+The timestamp file name is constructed using FILENAME, publishing
+directory PUB-DIR, and PUB-FUNC publishing function."
   (setq filename (concat filename "::" (or pub-dir "") "::"
                         (format "%s" (or pub-func ""))))
   (concat "X" (if (fboundp 'sha1) (sha1 filename) (md5 filename))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]