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

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

[elpa] externals/org-remark 4e694b8562 010/173: doc: Fix doc string


From: ELPA Syncer
Subject: [elpa] externals/org-remark 4e694b8562 010/173: doc: Fix doc string
Date: Fri, 28 Jan 2022 16:57:54 -0500 (EST)

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

    doc: Fix doc string
    
    Doc string for `om/make-highlight-marker`
---
 org-marginalia.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-marginalia.el b/org-marginalia.el
index c04ba29818..7b99e3372f 100644
--- a/org-marginalia.el
+++ b/org-marginalia.el
@@ -400,7 +400,7 @@ creat a new headline at the end of the buffer."
     (setq om/highlights (seq-sort-by (lambda (s) (car (cdr s))) #'< 
om/highlights))))
 
 (defun om/make-highlight-marker (point)
-  "Return marker of the insertion-type t.
+  "Return marker of the insertion-type t for POINT.
 The insertion-type is important in order for the highlight
 position (beg and end points) in sycn with the highlited text
 properties."



reply via email to

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