diff options
| -rw-r--r-- | etc/TUTORIAL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index fac0b6f9ed8..f9120c38dd2 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -314,7 +314,8 @@ current cursor position. | |||
| 314 | 314 | ||
| 315 | When a line of text gets too big for one line on the screen, the line | 315 | When a line of text gets too big for one line on the screen, the line |
| 316 | of text is "continued" onto a second screen line. A backslash ("\") | 316 | of text is "continued" onto a second screen line. A backslash ("\") |
| 317 | at the right margin indicates a line which has been continued. | 317 | (or, if you're using a windowed display, a little curved arrow) at the |
| 318 | right margin indicates a line which has been continued. | ||
| 318 | 319 | ||
| 319 | >> Insert text until you reach the right margin, and keep on inserting. | 320 | >> Insert text until you reach the right margin, and keep on inserting. |
| 320 | You'll see a continuation line appear. | 321 | You'll see a continuation line appear. |