diff options
author | Andy Wingo <wingo@pobox.com> | 2015-01-22 12:50:18 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-01-22 12:50:18 +0100 |
commit | 678995ff79be5c705c752ed2687c616c06da3a40 (patch) | |
tree | c3143db2a29f3a9f6c1d6cfcc5ac6ea4eb9e2666 /doc/ref/api-data.texi | |
parent | 24d4f029bfdfe547c2a4598163c5c753d8796cfb (diff) | |
parent | 5af307de43e4b65eec7f235b48a8908f2a00f134 (diff) | |
download | guile-678995ff79be5c705c752ed2687c616c06da3a40.tar.gz |
Merge commit '5af307de43e4b65eec7f235b48a8908f2a00f134'
Conflicts:
test-suite/tests/reader.test
Diffstat (limited to 'doc/ref/api-data.texi')
-rw-r--r-- | doc/ref/api-data.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index 23f3bfc73..3f787b1c9 100644 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2007, -@c 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. +@c Copyright (C) 1996, 1997, 2000-2004, 2006-2014 +@c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @node Simple Data Types @@ -3003,6 +3003,10 @@ Backspace character (ASCII 8). @item @nicode{\0} NUL character (ASCII 0). +@item @nicode{\(} +Open parenthesis. This is intended for use at the beginning of lines in +multiline strings to avoid confusing Emacs lisp modes. + @item @nicode{\} followed by newline (ASCII 10) Nothing. This way if @nicode{\} is the last character in a line, the string will continue with the first character from the next line, |