Merge remote-tracking branch 'Delapouite/doc-missing-chars'

This commit is contained in:
Maxime Coste 2018-09-12 21:00:02 +10:00
commit 87a71ec1bd
2 changed files with 4 additions and 4 deletions

View File

@ -97,12 +97,12 @@ areas of the user interface:
face used prompt displayed on the status line
*BufferPadding*::
face applied on the characters that follow the last line of a buffer
face applied on the `~` characters that follow the last line of a buffer
=== Builtin highlighters faces
The following faces are used by builtin highlighters if enabled.
(See <<highlighters#,`:doc highlighters`>>.
(See <<highlighters#,`:doc highlighters`>>).
*LineNumbers*::
face used by the `number-lines` highlighter

View File

@ -693,7 +693,7 @@ The following keys are recognized by this mode to help with editing
*<home>*, *<c-a>*::
move cursor to first character
*<end>*, *<c-e>::
*<end>*, *<c-e>*::
move cursor past the last character
*<backspace>*, *<c-h>*::
@ -718,7 +718,7 @@ The following keys are recognized by this mode to help with editing
advance to next word end
*<a-E>*::
advance to next word end
advance to next WORD end
*<c-w>*::
erase to previous word begin, save erased content to *clipboard*