]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Tweak documentation style and typo
authorHirohito Higashi <h.east.727@gmail.com>
Fri, 26 Jun 2026 20:54:47 +0000 (20:54 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 26 Jun 2026 20:54:47 +0000 (20:54 +0000)
closes: #20644

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/change.txt
runtime/doc/terminal.txt

index 639484e33919995da9d36cfc2e627d7a4e46e0f0..bc0979c5f3d17fa6504311770e6c9a44a4cb4226 100644 (file)
@@ -1,4 +1,4 @@
-*change.txt*   For Vim version 9.2.  Last change: 2026 Jun 22
+*change.txt*   For Vim version 9.2.  Last change: 2026 Jun 26
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1334,9 +1334,9 @@ and ":put" commands and with CTRL-R.
                feature}
 
 6. Alternate file register "#                  *quote_#* *quote#* *@#*
-Contains the |alternate-file| name for current window
-This register is writable with `:let` and |setreg()|.  This changes which buffer
-CTRL-^ enters.  You can't yank or delete into this register.
+Contains the |alternate-file| name for current window.
+This register is writable with `:let` and |setreg()|.  This changes which
+buffer CTRL-^ enters.  You can't yank or delete into this register.
 A String is matched against existing buffer names, like |:buffer|: >
     let @# = 'buffer_name'
 Also supports using buffer number and |file-pattern|.
index 99d9f3a4af0429e4145d18611d90380a44412018..a16c123d1cebcca6b6e7ce670948998486cc5e7a 100644 (file)
@@ -1,4 +1,4 @@
-*terminal.txt* For Vim version 9.2.  Last change: 2026 Jun 24
+*terminal.txt* For Vim version 9.2.  Last change: 2026 Jun 26
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -232,7 +232,7 @@ Command syntax ~
                        keys in the terminal window.  For MS-Windows see the
                        ++eof argument below.
 
-                                           *term++close* *term++noclose* *term++open*
+                                   *term++close* *term++noclose* *term++open*
                        Supported [options] are:
                        ++close         The terminal window will close
                                        automatically when the job terminates.
@@ -1001,7 +1001,7 @@ term_start({cmd} [, {options}])                   *term_start()*
                                     terminal window, see |term_setkill()|
                   "term_finish"     What to do when the job is finished:
                                        "close": close any windows
-                                       "noclose": window will not be opened
+                                       "noclose": window will not be closed
                                        "open": open window if needed
                                     Note that "open" can be interruptive.
                                     See |term++close|, |term++noclose| and