runtime(doc): fix a few style issues
closes: #15478
Signed-off-by: h-east <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index f2ba03f..726aec3 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -1,4 +1,4 @@
-*repeat.txt* For Vim version 9.1. Last change: 2024 Jul 11
+*repeat.txt* For Vim version 9.1. Last change: 2024 Aug 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -793,7 +793,8 @@
:echo gettext("Hello", "foobar")
<
Where:
- "Hello" the message "Hello" to be translated into the user's language |:lang|
+ "Hello" the message "Hello" to be translated into the user's language
+ |:lang|
"foobar" the package identifier, which was previously defined using the
|bindtextdomain()| function.