Skip to content

Commit 567f07a

Browse files
committed
Remove manual links.
Latest Textadept auto-links known symbols.
1 parent 20fdb24 commit 567f07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ local function get_synchronized_line(line)
333333
end
334334

335335
--- Jumps to the next or previous difference between the two files depending on boolean *next*.
336-
-- [`file_diff.start()`]() must have been called previously.
336+
-- `file_diff.start()` must have been called previously.
337337
-- @param next Whether to go to the next or previous difference relative to the current line.
338338
function M.goto_change(next)
339339
if not _VIEWS[view1] or not _VIEWS[view2] then return end

0 commit comments

Comments
 (0)