From b7ec7a6acfb9777e21a91892168bade64dc5fce8 Mon Sep 17 00:00:00 2001 From: rxi Date: Tue, 21 Apr 2020 23:15:43 +0100 Subject: [PATCH] core.doc.translate comment fix --- data/core/doc/translate.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/core/doc/translate.lua b/data/core/doc/translate.lua index a52c2ca..477411c 100644 --- a/data/core/doc/translate.lua +++ b/data/core/doc/translate.lua @@ -1,8 +1,8 @@ local common = require "core.common" local config = require "core.config" --- functions for translating a Doc position to another position --- these functions can be passed to Doc:move_to|select_to|delete() +-- functions for translating a Doc position to another position these functions +-- can be passed to Doc:move_to|select_to|delete_to() local translate = {}