diff options
-rw-r--r-- | doc/manual.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md index 7b464606..4f6feed5 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -769,7 +769,8 @@ point on the current line. ### Word Highlight All occurrences of the selected word, such as a variable name, are automatically -highlighted. This also works with Find results in the current buffer. +highlighted. This also works with Find results in the current buffer. Pressing +`Esc` clears highlighting.  |