From 9f33fb2258866620257e71e6594cc47cd0e5ee28 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Sun, 24 Aug 2025 10:38:59 -0700 Subject: [PATCH] ; * doc/misc/eshell.texi (Globbing): Fix typo and clarify (bug#79175). --- doc/misc/eshell.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 465d3dede13..75a459580a9 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -2042,8 +2042,8 @@ Matches zero or more copies of the glob pattern @var{x}. For example, @item @var{x}## Matches one or more copies of the glob pattern @var{x}. Thus, -@samp{fo#.el} matches @file{fo.el}, @file{foo.el}, @file{fooo.el}, -etc. +@samp{fo##.el} matches @file{fo.el}, @file{foo.el}, @file{fooo.el}, +etc, but not @file{f.el}. @item @var{x}~@var{y} Matches anything that matches the pattern @var{x} but not @var{y}. For