core.doc.translate comment fix
This commit is contained in:
parent
b0e82f297e
commit
b7ec7a6acf
|
@ -1,8 +1,8 @@
|
||||||
local common = require "core.common"
|
local common = require "core.common"
|
||||||
local config = require "core.config"
|
local config = require "core.config"
|
||||||
|
|
||||||
-- functions for translating a Doc position to another position
|
-- functions for translating a Doc position to another position these functions
|
||||||
-- these functions can be passed to Doc:move_to|select_to|delete()
|
-- can be passed to Doc:move_to|select_to|delete_to()
|
||||||
|
|
||||||
local translate = {}
|
local translate = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue