summaryrefslogtreecommitdiff
path: root/doc/misc/eshell.texi
diff options
context:
space:
mode:
authorJim Porter <jporterbugs@gmail.com>2022-04-01 22:06:02 -0700
committerEli Zaretskii <eliz@gnu.org>2022-04-17 10:29:07 +0300
commit3dc73569b405d80e89c2965daba31ea4ee6664f0 (patch)
tree5962ada86eaaca6c1748b0abdd5dab619150a8eb /doc/misc/eshell.texi
parent6358cbc21a816ac95c2e6e22e087ccd3736874bc (diff)
downloademacs-3dc73569b405d80e89c2965daba31ea4ee6664f0.tar.gz
Add 'G' argument predicate in Eshell
* lisp/eshell/em-pred.el (eshell-predicate-alist): Add 'G' predicate. (eshell-predicate-help-string): Document it. (Bug#54470) * test/lisp/eshell/em-pred-tests.el (em-pred-test/predicate-effective-gid): New test. * doc/misc/eshell.text (Argument Predication): Document 'G' predicate.
Diffstat (limited to 'doc/misc/eshell.texi')
-rw-r--r--doc/misc/eshell.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 2d57e48ed81..411e6960699 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -1266,6 +1266,9 @@ Matches files with the sticky bit set.
@item @samp{U}
Matches files owned by the current effective user ID.
+@item @samp{G}
+Matches files owned by the current effective group ID.
+
@item @samp{l@option{[+-]}@var{n}}
Matches files with @var{n} links. With @option{+} (or @option{-}),
matches files with more than (or less than) @var{n} links,