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

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

[elpa] externals/org-remark eb7c4ebf59 10/37: docs: doc string


From: ELPA Syncer
Subject: [elpa] externals/org-remark eb7c4ebf59 10/37: docs: doc string
Date: Sat, 14 Jan 2023 10:58:01 -0500 (EST)

branch: externals/org-remark
commit eb7c4ebf59e96648be3a14a314eb823f1b61eaa8
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    docs: doc string
---
 org-remark.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/org-remark.el b/org-remark.el
index e953481410..a065d5a283 100644
--- a/org-remark.el
+++ b/org-remark.el
@@ -1099,8 +1099,9 @@ base-buffer of the notes and not to the indirect buffer."
 
 (defun org-remark-notes-update-source (source-buffer)
   "Update SOURCE-BUFFER with marginal notes properties.
-Assume the current buffer is the notes file (indrect or base)."
-  (let* ((notes-buf (current-buffer)))
+This function assumes the current buffer is one visiting the
+notes file (indrect or base)."
+  (let ((notes-buf (current-buffer)))
     (with-current-buffer source-buffer
       (dolist (highlight (org-remark-highlights-get notes-buf))
         (let* ((location (plist-get highlight :location))



reply via email to

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