docs: adjust the description of the verbatim function

master
Benno Schulenberg 2016-06-27 09:35:05 +02:00
parent 559858a3dd
commit 61d7ca4c41
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.