branch: externals/org-remark
commit 6f73dbd75da7281418109708c90e01731c68dd0a
Author: Noboru Ota <m...@nobiot.com>
Commit: Noboru Ota <m...@nobiot.com>

    docs: doc string for org-remark-notes-file-name
    
    Clarify where marginalia.org will be stored when the buffer is not
    visiting a file (e.g. a website via EWW) by default.
---
 org-remark-global-tracking.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/org-remark-global-tracking.el b/org-remark-global-tracking.el
index a9249adcd3..6c34ce2ba4 100644
--- a/org-remark-global-tracking.el
+++ b/org-remark-global-tracking.el
@@ -48,7 +48,9 @@ is an Org file.
 If it is a function, the default function is
 `org-remark-notes-file-name-function'.  It returns a file name
 like this: \"FILE-notes.org\" by adding \"-notes.org\" as a
-suffix to the file name without the extension."
+suffix to the file name without the extension. When the buffer is
+not visiting a file (e.g. a website via EWW), the file name will
+be \"marginalia.org\" in your `user-emacs-directory'."
   :group 'org-remark
   :safe #'stringp
   :type '(choice

Reply via email to