From fcd60e26dec14abd3b9f65f9f8d2b95eba6db104 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 12 Nov 2014 17:29:57 -0500 Subject: Code and documentation cleanup. --- modules/textadept/command_entry.lua | 2 +- modules/textadept/find.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept') diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 6ad48981..b4f63458 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -186,7 +186,7 @@ end) --[[ The function below is a Lua C function. --- --- Opens the Lua command entry. +-- Opens the command entry. -- @class function -- @name focus local focus diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 8aacfcb3..738a4c81 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -226,7 +226,7 @@ function M.find_in_files(dir) dir = dir or ui.dialogs.fileselect{ title = _L['Find in Files'], select_only_directories = true, with_directory = (buffer.filename or ''):match('^.+[/\\]') or - lfs.currentdir()..'/' + lfs.currentdir() } if not dir then return end -- cgit v1.2.3