summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntero Mejr <antero@mailbox.org>2023-03-24 20:41:41 +0000
committerJim Porter <jporterbugs@gmail.com>2023-04-10 21:00:17 -0700
commitebac67129e86ce201d88debb1a8c9d6924215e84 (patch)
tree6842579c083d287c1375fd0a35cf84da7d0462a0 /doc
parent0724e0aeb5be7c60cd76c6afc8e22ed47d9c85bd (diff)
downloademacs-ebac67129e86ce201d88debb1a8c9d6924215e84.tar.gz
eshell: Add 'rgrep' builtin
* lisp/eshell/em-unix.el (eshell/rgrep): New function. (eshell-unix-initialize): Add "rgrep" to 'eshell-complex-commands'. * etc/NEWS: Add NEWS entry for rgrep. * doc/misc/eshell.texi (Built-ins): Add documentation for rgrep.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/eshell.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 1c33c04f647..4e2bddf42af 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -602,6 +602,8 @@ disabled by default.
@cmindex egrep
@itemx fgrep
@cmindex fgrep
+@itemx rgrep
+@cmindex rgrep
@itemx glimpse
@cmindex glimpse
The @command{grep} commands are compatible with GNU @command{grep},