diff options
author | 2020-09-14 00:08:28 -0400 | |
---|---|---|
committer | 2020-09-14 00:08:28 -0400 | |
commit | 11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a (patch) | |
tree | 2d8ff53f64762f45d84117bb9db6a6b34f1bd91d /modules/textadept/snippets.lua | |
parent | 8d20bce133389221acc5de7dab7e7fabfdee24b0 (diff) | |
download | textadept-11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a.tar.gz textadept-11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a.zip |
More small documentation updates.
Diffstat (limited to 'modules/textadept/snippets.lua')
-rw-r--r-- | modules/textadept/snippets.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index c5be6a34..5fcb6a31 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.lua @@ -100,7 +100,7 @@ local M = {} -- A single set of line ending delimiters based on the buffer's end of line mode -- ([`buffer.eol_mode`]()). -- --- [`io.popen()`]: http://www.lua.org/manual/5.3/manual.html#pdf-io.popen +-- [`io.popen()`]: https://www.lua.org/manual/5.3/manual.html#pdf-io.popen -- -- @field INDIC_PLACEHOLDER (number) -- The snippet placeholder indicator number. |