runtime(doc): update a few minor omissions from 5876016 and 4d2c4b9
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 525a3a5..a824536 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 9.1. Last change: 2025 Mar 13
+*options.txt* For Vim version 9.1. Last change: 2025 Mar 14
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2122,7 +2122,7 @@
whole_line whole lines |i_CTRL-X_CTRL-L|
- When used the 'completeopt' "longest" option value, fuzzy collection
+ When using the 'completeopt' "longest" option value, fuzzy collection
can identify the longest common string among the best fuzzy matches
and insert it automatically.