aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-07-14 18:22:13 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-07-14 18:22:13 -0400
commit13bd039c243ef4e44bd037d1c3506d350f682c09 (patch)
tree57d8d1a0b78df2622c1789b13e4da00aaf188f3a /doc/manual.md
parentb821d05d828aec6ac6c070f00c9115f27f62f9c0 (diff)
downloadtextadept-13bd039c243ef4e44bd037d1c3506d350f682c09.tar.gz
textadept-13bd039c243ef4e44bd037d1c3506d350f682c09.zip
Renamed `textadept.editing.block_comment()` to `toggle_comment()`.
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 4f6feed5..aaa326b3 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -2036,10 +2036,11 @@ N/A |Added |[number][]
N/A |Added |[colors][]
N/A |Added |[styles][]
**lfs** | |
-dir\_foreach() |Replaced|for filename in [`lfs.walk()`][] do ... end
+dir\_foreach() |Replaced|for filename in [lfs.walk()][] do ... end
**textadept.bookmarks** | |
toggle(line, on) |Changed |[toggle()][]
**textadept.editing** | |
+block\_comment() |Renamed |[toggle_comment()][]
highlight_word() |Replaced|[ui.highlight_words][]
INDIC\_HIGHLIGHT |Replaced|[ui.INDIC_HIGHLIGHT][]
**textadept.file_types** | |
@@ -2075,8 +2076,9 @@ section below.
[number]: api.html#lexer.number
[colors]: api.html#lexer.colors
[styles]: api.html#lexer.styles
-[`lfs.walk()`]: api.html#lfs.walk
+[lfs.walk()]: api.html#lfs.walk
[toggle()]: api.html#textadept.bookmarks.toggle
+[toggle_comment()]: api.html#textadept.editing.toggle_comment
[ui.highlight_words]: api.html#ui.highlight_words
[ui.INDIC_HIGHLIGHT]: api.html#ui.INDIC_HIGHLIGHT
[insert()]: api.html#textadept.snippets.insert