diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index dc60caea0f..c04a1e40ef 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -263,7 +263,7 @@ tag char note action in Normal mode ~ |&| & 2 repeat last :s |'| '{a-zA-Z0-9} 1 cursor to the first CHAR on the line with mark {a-zA-Z0-9} -'' '' 1 cursor to the first CHAR of the line where +|''| '' 1 cursor to the first CHAR of the line where the cursor was before the latest jump. |'(| '( 1 cursor to the first CHAR on the line of the start of the current sentence diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index 0b10c55cce..66f90f020f 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -1036,7 +1036,7 @@ These commands are not marks themselves, but jump to a mark: *:keepj* *:keepjumps* :keepj[umps] {command} - Moving around in {command} does not change the '', + Moving around in {command} does not change the |''|, |'.| and |'^| marks, the |jumplist| or the |changelist|. Useful when making a change or inserting text