]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): update index.txt
authorh-east <h.east.727@gmail.com>
Fri, 3 Jan 2025 09:45:15 +0000 (10:45 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 3 Jan 2025 09:45:15 +0000 (10:45 +0100)
related: #16357
closes: #16372

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

index 512e2843c42a404eed9282d68fd418f2edc672a7..079f9ea39010490c735c22d0bdb685e6f73d4459 100644 (file)
@@ -1,4 +1,4 @@
-*index.txt*     For Vim version 9.1.  Last change: 2025 Jan 02
+*index.txt*     For Vim version 9.1.  Last change: 2025 Jan 03
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1262,7 +1262,7 @@ tag               command         action ~
 |:checkpath|   :che[ckpath]    list included files
 |:checktime|   :checkt[ime]    check timestamp of loaded buffers
 |:chistory|    :chi[story]     list the error lists
-|:class|       :class          start of a class specification
+|:class|       :class          start of a class declaration
 |:clast|       :cla[st]        go to the specified error, default last one
 |:clearjumps|  :cle[arjumps]   clear the jump list
 |:clist|       :cl[ist]        list all errors
@@ -1337,11 +1337,11 @@ tag             command         action ~
 |:else|                :el[se]         part of an :if command
 |:elseif|      :elsei[f]       part of an :if command
 |:emenu|       :em[enu]        execute a menu by name
-|:endclass|    :endclass       end of a class specification
+|:endclass|    :endclass       end of a class declaration
 |:enddef|      :enddef         end of a user function started with :def
-|:endenum|     :endenum        end of an enum specification
+|:endenum|     :endenum        end of an enum declaration
 |:endif|       :en[dif]        end previous :if
-|:endinterface|        :endinterface   end of an interface specification
+|:endinterface|        :endinterface   end of an interface declaration
 |:endfor|      :endfo[r]       end previous :for
 |:endfunction| :endf[unction]  end of a user function started with :function
 |:endtry|      :endt[ry]       end previous :try