From 9bff1b29293b50e506936e93c14d7a65e8b0ea29 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 6 Sep 2013 23:42:13 -0400 Subject: Updated LuaDoc. --- modules/textadept/bookmarks.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/textadept/bookmarks.lua') diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index 4e2d7b03..525befa9 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.lua @@ -37,9 +37,10 @@ function M.clear() end --- --- Prompts the user to select a bookmarked line to go to unless *next* is given. --- If *next* is `true` or `false`, goes to the next or previous bookmark, --- respectively. +-- Prompts the user to select a bookmarked line to move the caret to the +-- beginning of unless *next* is given. +-- If *next* is `true` or `false`, moves the caret to the beginning of the next +-- or previously bookmarked line, respectively. -- @param next Optional flag indicating whether to go to the next or previous -- bookmarked line relative to the current line. The default value is `nil`, -- prompting the user for a bookmarked line to go to. -- cgit v1.2.3