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

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

[elpa] externals/urgrep 3599ad1a56 033/115: Update comment


From: ELPA Syncer
Subject: [elpa] externals/urgrep 3599ad1a56 033/115: Update comment
Date: Wed, 10 May 2023 03:00:40 -0400 (EDT)

branch: externals/urgrep
commit 3599ad1a563fa784979c3e8428b137eb2bc24afd
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

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

diff --git a/urgrep.el b/urgrep.el
index 13b2590344..57dd17d533 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -734,9 +734,8 @@ Type \\[urgrep-set-before-context] to set the number of 
before context lines.
 Type \\[urgrep-set-after-context] to set the number of after context lines."
   (interactive
    (list
-    ;; Wrap the command in a list so that we can tell it's a real command, not
-    ;; just a query. This gets around some limitations with mixing optional and
-    ;; keyword arguments.
+    ;; This will wrap the command in a list so that we can tell it's a real
+    ;; command, not just a query.
     (urgrep--read-query nil)
     (urgrep--read-directory current-prefix-arg)))
   (let ((command (cond ((listp query) (apply #'urgrep-command query))



reply via email to

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