Mercurial > emacs
changeset 39259:6a1a2328f550
On window-systems, say that arrow bitmaps are used instead of
a backslash to indicate continued lines.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 12 Sep 2001 14:22:43 +0000 |
parents | a8be9f0afdee |
children | 2047dec7f46f |
files | etc/TUTORIAL |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TUTORIAL Wed Sep 12 14:00:41 2001 +0000 +++ b/etc/TUTORIAL Wed Sep 12 14:22:43 2001 +0000 @@ -314,7 +314,8 @@ When a line of text gets too big for one line on the screen, the line of text is "continued" onto a second screen line. A backslash ("\") -at the right margin indicates a line which has been continued. +(or, if you're using a windowed display, a little curved arrow) at the +right margin indicates a line which has been continued. >> Insert text until you reach the right margin, and keep on inserting. You'll see a continuation line appear.