diff options
author | 2013-08-26 22:36:10 -0400 | |
---|---|---|
committer | 2013-08-26 22:36:10 -0400 | |
commit | 92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26 (patch) | |
tree | 53d4645ebc30698f4a782bc76232b0b54fe82507 /doc/05_FileNavigation.md | |
parent | acda712a50dbebafa295ccd07ce8186d9b82aa10 (diff) | |
download | textadept-92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26.tar.gz textadept-92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26.zip |
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
Diffstat (limited to 'doc/05_FileNavigation.md')
-rw-r--r-- | doc/05_FileNavigation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/05_FileNavigation.md b/doc/05_FileNavigation.md index bd3084f3..47f65618 100644 --- a/doc/05_FileNavigation.md +++ b/doc/05_FileNavigation.md @@ -10,7 +10,7 @@ by pages, etc. Mac OSX and curses also handle some Bash-style bindings like `^B`, `^F`, `^P`, `^N`, `^A`, and `^E`. The "Movement" section of the [key bindings list][] lists all movement bindings. -[key bindings list]: api/_M.textadept.keys.html#Key.Bindings +[key bindings list]: api/textadept.keys.html#Key.Bindings ## Brace Match |