Update runtime files
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index f0c1ddc..c26a857 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -1,4 +1,4 @@
-*builtin.txt*	For Vim version 8.2.  Last change: 2022 Jun 16
+*builtin.txt*	For Vim version 8.2.  Last change: 2022 Jun 17
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -2869,7 +2869,7 @@
 		Example: >
 			:echo fnamemodify("main.c", ":p:h")
 <		results in: >
-			/home/mool/vim/vim/src
+			/home/user/vim/vim/src
 <		If {mods} is empty or an unsupported modifier is used then
 		{fname} is returned.
 		Note: Environment variables don't work in {fname}, use
@@ -10022,8 +10022,6 @@
 		popup window then 'buftype' is "terminal" and win_gettype()
 		returns "popup".
 
-		Return an empty string if the window cannot be found.
-
 		Can also be used as a |method|: >
 			GetWinid()->win_gettype()
 <