aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vis-lua.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis-lua.c b/vis-lua.c
index f347886..d593bda 100644
--- a/vis-lua.c
+++ b/vis-lua.c
@@ -1768,6 +1768,8 @@ static const struct luaL_Reg registers_funcs[] = {
*/
/***
* The file being displayed in this window.
+ * Changing the value to a file path will replace the current file with a new
+ * one for the specified path.
* @tfield File file
*/
/***