aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.md b/doc/manual.md
index a2d52098..bba60e27 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -802,8 +802,8 @@ selecting a lexer from the list manually sets the lexer instead. Your
Some lexers support "code folding", the act of temporarily hiding blocks of code
in order to make viewing easier. Markers in the margin to the left of the code
denote fold points. Clicking on one toggles the folding for that block of code.
-Pressing `Ctrl+*` (`⌘*` on macOS | `M-*` in the terminal) also toggles the fold
-point on the current line.
+Pressing `Ctrl+*` (`⌘*` on macOS | `M-*` in the terminal) also toggles folding
+for the current block.
![Folding](images/folding.png)