aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorJim Porter2025-08-24 10:38:59 -0700
committerJim Porter2025-08-24 10:38:59 -0700
commit9f33fb2258866620257e71e6594cc47cd0e5ee28 (patch)
tree07f83a7e07c9480da7b068298d2c1ec439f66652 /doc/misc
parent308e3ab1dbd9633b843541af55d77c82b725df02 (diff)
downloademacs-9f33fb2258866620257e71e6594cc47cd0e5ee28.tar.gz
emacs-9f33fb2258866620257e71e6594cc47cd0e5ee28.zip
; * doc/misc/eshell.texi (Globbing): Fix typo and clarify (bug#79175).
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/eshell.texi4
1 files 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,
2042 2042
2043@item @var{x}## 2043@item @var{x}##
2044Matches one or more copies of the glob pattern @var{x}. Thus, 2044Matches one or more copies of the glob pattern @var{x}. Thus,
2045@samp{fo#.el} matches @file{fo.el}, @file{foo.el}, @file{fooo.el}, 2045@samp{fo##.el} matches @file{fo.el}, @file{foo.el}, @file{fooo.el},
2046etc. 2046etc, but not @file{f.el}.
2047 2047
2048@item @var{x}~@var{y} 2048@item @var{x}~@var{y}
2049Matches anything that matches the pattern @var{x} but not @var{y}. For 2049Matches anything that matches the pattern @var{x} but not @var{y}. For