Update runtime files.
diff --git a/runtime/doc/usr_11.txt b/runtime/doc/usr_11.txt
index 4cffc7d..cd0b726 100644
--- a/runtime/doc/usr_11.txt
+++ b/runtime/doc/usr_11.txt
@@ -1,4 +1,4 @@
-*usr_11.txt* For Vim version 8.1. Last change: 2018 Apr 13
+*usr_11.txt* For Vim version 8.1. Last change: 2019 Jan 30
VIM USER MANUAL - by Bram Moolenaar
@@ -120,7 +120,7 @@
USING A SPECIFIC SWAP FILE
If you know which swap file needs to be used, you can recover by giving the
-swap file name. Vim will then finds out the name of the original file from
+swap file name. Vim will then find out the name of the original file from
the swap file.
Example: >
@@ -284,7 +284,6 @@
'shortmess' option. But it's very unusual that you need this.
For remarks about encryption and the swap file, see |:recover-crypt|.
-For programatic access to the swap file, see |swapinfo()|.
==============================================================================
*11.4* Further reading