aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xdoc/grosciteco.tes1
-rw-r--r--src/glob.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/grosciteco.tes b/doc/grosciteco.tes
index f9565b5..cbe0e61 100755
--- a/doc/grosciteco.tes
+++ b/doc/grosciteco.tes
@@ -113,6 +113,7 @@ EBN[input]
[glyphs.Fc]»
[glyphs.rs]\
[glyphs.ti]~
+[glyphs.sl]/
[glyphs.+]+
[glyphs.->]→
[glyphs.tm]™
diff --git a/src/glob.c b/src/glob.c
index c7013b1..4495093 100644
--- a/src/glob.c
+++ b/src/glob.c
@@ -373,7 +373,7 @@ teco_state_glob_pattern_done(teco_machine_main_t *ctx, const teco_string_t *str,
* \fIfilename\fP does not necessarily have to exist in the
* file system for the match to succeed (unless a file type check
* is also specified).
- * For instance, \(lqENf??/\[**].c\fB$\fPfoo/bar.c\fB$\fP\(rq will
+ * For instance, \(lqENf??\[sl]*.c\fB$\fPfoo/bar.c\fB$\fP\(rq will
* always match and the string \(lqfoo/bar.c\(rq will be inserted
* (see below).
*