branch: externals/urgrep commit ff96211f2639d5edc0d987ca6efd51182b6a3c15 Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
Update comment --- urgrep.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/urgrep.el b/urgrep.el index cc75058a7e..94b710a13f 100644 --- a/urgrep.el +++ b/urgrep.el @@ -23,9 +23,9 @@ ;;; Commentary: -;; A universal frontend to various grep-like tools. Currently, ripgrep, ag, ack, -;; git-grep, and grep are supported. The primary entry point to this package is -;; the interactive function `urgrep' (which see). +;; A universal frontend to various grep-like tools. Currently, ugrep, ripgrep, +;; ag, ack, git-grep, and grep are supported. The primary entry point to this +;; package is the interactive function `urgrep' (which see). ;;; Code: