docs: adjust the description of the verbatim function
parent
559858a3dd
commit
61d7ca4c41
|
@ -535,7 +535,7 @@ Switches to editing/viewing the previous buffer when multiple buffers are open.
|
|||
Switches to editing/viewing the next buffer when multiple buffers are open.
|
||||
.TP
|
||||
.B verbatim
|
||||
Inserts the next character verbatim into the file.
|
||||
Inserts the next keystroke verbatim into the file.
|
||||
.TP
|
||||
.B tab
|
||||
Inserts a tab at the current cursor location.
|
||||
|
|
|
@ -1121,7 +1121,7 @@ Switches to editing/viewing the previous buffer when multiple buffers are open.
|
|||
Switches to editing/viewing the next buffer when multiple buffers are open.
|
||||
|
||||
@item verbatim
|
||||
Inserts the next character verbatim into the file.
|
||||
Inserts the next keystroke verbatim into the file.
|
||||
|
||||
@item tab
|
||||
Inserts a tab at the current cursor location.
|
||||
|
|
Loading…
Reference in New Issue