diff options
Diffstat (limited to 'core/events.lua')
-rw-r--r-- | core/events.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/events.lua b/core/events.lua index e990a5c6..61ebd3ea 100644 --- a/core/events.lua +++ b/core/events.lua @@ -295,9 +295,7 @@ add_handler('buffer_new', if not ret then io.stderr:write(errmsg) end end) ---- --- [Local function] Sets the title of the Textadept window to the buffer's --- filename. +-- Sets the title of the Textadept window to the buffer's filename. -- @param buffer The currently focused buffer. local function set_title(buffer) local buffer = buffer |