diff --git a/README.asciidoc b/README.asciidoc index ff5807d27..e075b35f9 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1035,7 +1035,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 324a98d5f..7a6bec83f 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*::