Skip to content

Commit 01840b3

Browse files
authored
clarify and fix typo
1 parent 033ebe9 commit 01840b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/docs/plugin-communication.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,13 +1785,12 @@ If value is True adds an additional sunken edge style to the Scintilla window el
17851785
*wParam [in]*
17861786
: const tChar\* languageName, the name of the language to set
17871787

1788-
*lParam [out]*
1789-
: ExternalLexerAutoIndentMode &autoIndentMode, an object of the enumeration class ExternalLexerAutoIndentMode, with values:
1788+
*lParam [in]*
1789+
: ExternalLexerAutoIndentMode autoIndentMode, an object of the enumeration class ExternalLexerAutoIndentMode, where you supply one of the following values:
17901790
- `ExternalLexerAutoIndentMode::Standard` => 0
17911791
- `ExternalLexerAutoIndentMode::C_Like` => 1
17921792
- `ExternalLexerAutoIndentMode::Custom` => 2
17931793

1794-
17951794
**Return value**:
17961795
: TRUE for successful searches, otherwise FALSE.
17971796

0 commit comments

Comments
 (0)