mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 12:00:21 +02:00
commit
678995ff79
3 changed files with 18 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue