From 120bf94ed985794ad770e1c5a606de26474da1bc Mon Sep 17 00:00:00 2001 From: Olivier Perret Date: Thu, 11 May 2017 19:38:27 +0200 Subject: [PATCH] fix new face documentation --- README.asciidoc | 2 +- doc/manpages/faces.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index f7b35e91..66de721c 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1032,7 +1032,7 @@ There are some builtins faces used by internal Kakoune functionalities: * `LineNumbers`: face used by the number_lines highlighter * `LineNumberCursor`: face used to highlight the line number of the main selection - * `LineNumberWrapped`: face used to highlight the line number of wrapped + * `LineNumbersWrapped`: face used to highlight the line number of wrapped lines * `MenuForeground`: face for the selected element in menus * `MenuBackground`: face for the not selected elements in menus diff --git a/doc/manpages/faces.asciidoc b/doc/manpages/faces.asciidoc index 324a98d5..7a6bec83 100644 --- a/doc/manpages/faces.asciidoc +++ b/doc/manpages/faces.asciidoc @@ -68,7 +68,7 @@ areas of the user interface: *LineNumberCursor*:: face used to highlight the line number of the main selection -*LineNumberWrapped*:: +*LineNumbersWrapped*:: face used to highlight the line number of wrapped lines *MenuForeground*::