aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manual.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-13 00:02:12 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-13 00:02:12 -0400
commit3d69ae01c0f2421a89b862ec5fea635a40826896 (patch)
tree0930132b4c69c144538340b48b7c52accc639b61 /docs/manual.md
parent19899b518f18165b1dfb6d9b4b18e531f4b56249 (diff)
Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.
Some of the Scintilla API has changed, and by extension the Scintillua API.
Diffstat (limited to 'docs/manual.md')
-rw-r--r--docs/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual.md b/docs/manual.md
index aa67283c..769045fa 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1773,7 +1773,7 @@ N/A | Added | [active][]
N/A | Added | _buffer functions and fields_<sup>d</sup>
<sup>a</sup>Returns prefix and function, instead of just function.<br/>
-<sup>b</sup>Use `for name in buffer:private_lexer_call(_SCINTILLA.functions.property_names[1]):gmatch('[^\n]+') do ... end`.<br/>
+<sup>b</sup>Use `for name in buffer:private_lexer_call(_SCINTILLA.properties.lexer_language[1]):gmatch('[^\n]+') do ... end`.<br/>
<sup>c</sup>Use `textadept.menu.menubar[_L['Search']][_L['Find Incremental']][2]`.<br/>
<sup>d</sup>Most buffer functions and fields are available in views now. See section below.