diff options
| author | Jim Porter | 2025-08-24 10:38:59 -0700 |
|---|---|---|
| committer | Jim Porter | 2025-08-24 10:38:59 -0700 |
| commit | 9f33fb2258866620257e71e6594cc47cd0e5ee28 (patch) | |
| tree | 07f83a7e07c9480da7b068298d2c1ec439f66652 /doc/misc | |
| parent | 308e3ab1dbd9633b843541af55d77c82b725df02 (diff) | |
| download | emacs-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.texi | 4 |
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}## |
| 2044 | Matches one or more copies of the glob pattern @var{x}. Thus, | 2044 | Matches 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}, |
| 2046 | etc. | 2046 | etc, but not @file{f.el}. |
| 2047 | 2047 | ||
| 2048 | @item @var{x}~@var{y} | 2048 | @item @var{x}~@var{y} |
| 2049 | Matches anything that matches the pattern @var{x} but not @var{y}. For | 2049 | Matches anything that matches the pattern @var{x} but not @var{y}. For |