Update runtime files
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 56b3040..a88f318 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -1,4 +1,4 @@
-*various.txt* For Vim version 9.0. Last change: 2022 Oct 17
+*various.txt* For Vim version 9.0. Last change: 2022 Nov 04
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -298,7 +298,8 @@
:silent !{cmd}
< The screen is not redrawn then, thus you have to use
CTRL-L or ":redraw!" if the command did display
- something.
+ something. However, this depends on what the |t_ti|
+ and |t_te| termcap entries are set to.
Also see |shell-window|.
*:!!*