]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): use codepoint consistently master
authorChristian Brabandt <cb@256bit.org>
Wed, 17 Dec 2025 22:24:57 +0000 (23:24 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 17 Dec 2025 22:24:57 +0000 (23:24 +0100)
fixes: #18944

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/mbyte.txt
runtime/doc/print.txt

index 1bbc14682ea3ab06647a275af001aef44d563f9b..9c99f22c4eafc466024d4fe7040dd45caf05a47e 100644 (file)
@@ -1,4 +1,4 @@
-*mbyte.txt*    For Vim version 9.1.  Last change: 2025 Nov 09
+*mbyte.txt*    For Vim version 9.1.  Last change: 2025 Dec 17
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar et al.
@@ -601,7 +601,7 @@ Each field means:
 - AVE:     AVERAGE_WIDTH field.  Ten times average width in pixels.
 - CR:      CHARSET_REGISTRY field.  The name of the charset group.
 - CE:      CHARSET_ENCODING field.  The rest of the charset name.  For some
-           charsets, such as JIS X 0208, if this field is 0, code points has
+           charsets, such as JIS X 0208, if this field is 0, codepoints has
            the same value as GL, and GR if 1.
 
 For example, in case of a 16 dots font corresponding to JIS X 0208, it is
index 30c498064da2ac9b508269cdce97c0c40c7cc44e..133ff307d6b299612e6a7989a5eacbb044761c64 100644 (file)
@@ -1,4 +1,4 @@
-*print.txt*    For Vim version 9.1.  Last change: 2025 Nov 09
+*print.txt*    For Vim version 9.1.  Last change: 2025 Dec 17
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -304,7 +304,7 @@ another font will be used as follows:
   if o: is missing, then use b:
 
 Some CJK fonts do not contain characters for codes in the ASCII code range.
-Also, some characters in the CJK ASCII code ranges differ in a few code points
+Also, some characters in the CJK ASCII code ranges differ in a few codepoints
 from traditional ASCII characters.  There are two additional fields to control
 printing of characters in the ASCII code range.