diff options
Diffstat (limited to 'text-motions.h')
| -rw-r--r-- | text-motions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text-motions.h b/text-motions.h index a51fd08..061ff30 100644 --- a/text-motions.h +++ b/text-motions.h @@ -114,8 +114,8 @@ size_t text_section_prev(Text*, size_t pos); */ size_t text_block_start(Text*, size_t pos); size_t text_block_end(Text*, size_t pos); -size_t text_parenthese_start(Text*, size_t pos); -size_t text_parenthese_end(Text*, size_t pos); +size_t text_parenthesis_start(Text*, size_t pos); +size_t text_parenthesis_end(Text*, size_t pos); /* search coresponding '(', ')', '{', '}', '[', ']', '>', '<', '"', ''' */ size_t text_bracket_match(Text*, size_t pos); /* same as above but explicitly specify symbols to match */ |
