diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-24 04:41:19 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-24 04:41:19 -0800 |
commit | 3e141db756afa5bed304bec8cd830e122fa7237c (patch) | |
tree | c16f8d4c7b069e0ee426586b0ee517b15a640055 /txr.1 | |
parent | 9a178bcb364eeb8a9aa334f4de65d30722596cdb (diff) | |
download | txr-3e141db756afa5bed304bec8cd830e122fa7237c.tar.gz txr-3e141db756afa5bed304bec8cd830e122fa7237c.tar.bz2 txr-3e141db756afa5bed304bec8cd830e122fa7237c.zip |
Fixing disappearing backslash.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |