branch: externals/urgrep
commit e0a22c598d4fb8f91bbe2e53db86f7bd3b2e8f22
Author: Jim Porter <jporterb...@gmail.com>
Commit: Jim Porter <jporterb...@gmail.com>

    Fix name of function in comment
---
 urgrep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urgrep.el b/urgrep.el
index f4322e18ed..58112114fa 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -120,7 +120,7 @@ The currently-used tool can be inspected from the hook via
 
 ;; Urgrep utility functions
 
-;; `format-prompt' was added in Emacs 28.1.
+;; `split-string-shell-command' was added in Emacs 28.1.
 (defalias 'urgrep--split-string-shell-command
   (if (fboundp 'split-string-shell-command)
       #'split-string-shell-command

Reply via email to