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

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

[elpa] externals/consult 76aab86015: Update comment


From: ELPA Syncer
Subject: [elpa] externals/consult 76aab86015: Update comment
Date: Wed, 14 Sep 2022 05:57:27 -0400 (EDT)

branch: externals/consult
commit 76aab86015c3d7628dbd5f92b2dd8ab9aeadac8d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

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

diff --git a/consult.el b/consult.el
index 6e9a99de4b..df06955893 100644
--- a/consult.el
+++ b/consult.el
@@ -2921,8 +2921,9 @@ INPUT is the input string entered by the user."
                 (setq beg (+ beg step)))
               (setq step (/ step 2)))
             (setq end beg)))
-        ;; Marker can be dead, therefore ignore errors. Create a new marker 
instead of an integer,
-        ;; since the location may be in another buffer, e.g., for 
`consult-line-all'.
+        ;; Marker can be dead, therefore ignore errors. Create a new marker
+        ;; instead of an integer, since the location may be in another buffer,
+        ;; e.g., for `consult-line-multi'.
         (ignore-errors
           (if (or (not (markerp pos))
                   (eq (marker-buffer pos)



reply via email to

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