aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-06-10 11:43:05 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-06-10 11:43:05 -0400
commit1db240f243f6263dc2f85b9a65c0f9615e3c7cf9 (patch)
tree6a80d5253f869599c4107d3920182726e6498b28 /doc
parentb846a6fd96739eb87434562175e69c31169c77bc (diff)
Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 0021e971..3aeefdc6 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -2023,6 +2023,8 @@ N/A |Added |[to_eol()][]
delimited\_range() |Replaced|[range()][]
nested\_pair() |Replaced|[range()][]
N/A |Added |[number][]
+**lfs** | |
+dir\_foreach() |Replaced|for filename in [`lfs.walk()`][] do ... end
**textadept.bookmarks** | |
toggle(line, on) |Changed |[toggle()][]
**textadept.file_types**| |
@@ -2054,6 +2056,7 @@ section below.
[to_eol()]: api.html#lexer.to_eol
[range()]: api.html#lexer.range
[number]: api.html#lexer.number
+[`lfs.walk()`]: api.html#lfs.walk
[toggle()]: api.html#textadept.bookmarks.toggle
[insert()]: api.html#textadept.snippets.insert
[previous()]: api.html#textadept.snippets.previous