branch: externals/org-remark commit 4e694b8562de4b17dd761498122d17e4d8c83be0 Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@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."