summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-09-12 21:00:02 +1000
committerMaxime Coste <mawww@kakoune.org>2018-09-12 21:00:02 +1000
commit87a71ec1bdbe393f1b64ea385abfe5f42992432d (patch)
treeb760eac13e6b01acda9ce289df4ba3a0fd8bd77a
parent8536adc5aca16f8abb6985c66efd1de17d80fe25 (diff)
parentafc1aab60a4266d3ff556607a5af9bfb410a5e09 (diff)
Merge remote-tracking branch 'Delapouite/doc-missing-chars'
-rw-r--r--doc/pages/faces.asciidoc4
-rw-r--r--doc/pages/keys.asciidoc4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/pages/faces.asciidoc b/doc/pages/faces.asciidoc
index 68b3a9a4..c013b7ba 100644
--- a/doc/pages/faces.asciidoc
+++ b/doc/pages/faces.asciidoc
@@ -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
diff --git a/doc/pages/keys.asciidoc b/doc/pages/keys.asciidoc
index 78de0049..eec07587 100644
--- a/doc/pages/keys.asciidoc
+++ b/doc/pages/keys.asciidoc
@@ -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*