summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-24 04:41:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-24 04:41:19 -0800
commit3e141db756afa5bed304bec8cd830e122fa7237c (patch)
treec16f8d4c7b069e0ee426586b0ee517b15a640055
parent9a178bcb364eeb8a9aa334f4de65d30722596cdb (diff)
downloadtxr-3e141db756afa5bed304bec8cd830e122fa7237c.tar.gz
txr-3e141db756afa5bed304bec8cd830e122fa7237c.tar.bz2
txr-3e141db756afa5bed304bec8cd830e122fa7237c.zip
Fixing disappearing backslash.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 29323040..73df9a06 100644
--- a/txr.1
+++ b/txr.1
@@ -1031,7 +1031,7 @@ useful for labeling information and situations.
.SS Character Literals
-Character literals are introduced by the #\ syntax, which is either
+Character literals are introduced by the #\e syntax, which is either
followed by a character name, the letter x followed by hex digits,
or a single character. Valid character names are: nul, alarm, backspace, tab,
linefeed, newline, vtab, page, return, esc, space. This convention