branch: elpa/helm
commit 82c4bd2bb973cc0bb6c0fc33fbb49e9a18346ec7
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Update comment
---
 helm-core.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index 324ec020f5..533760f415 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -5543,8 +5543,9 @@ This will work only in Emacs-26+, i.e. Emacs versions 
that have
         (save-excursion
           (if insertion-marker
               (prog1
-                  ;; Marker is alive, its position is constantly modified while
-                  ;; text is inserted.
+                  ;; Marker position is constantly updated while
+                  ;; text is inserted by `insert-before-markers' which ignore
+                  ;; its type.
                   (goto-char insertion-marker)
                 (helm-log "helm-output-filter"
                           "Goto insertion marker at %S" insertion-marker))

Reply via email to