diff doc/interpreter/strings.txi @ 3893:abd8659eea11

[project @ 2002-04-09 21:36:31 by jwe]
author jwe
date Tue, 09 Apr 2002 21:36:31 +0000
parents 5b77cf82393c
children 87db95b22f8f
line wrap: on
line diff
--- a/doc/interpreter/strings.txi	Fri Apr 05 04:08:56 2002 +0000
+++ b/doc/interpreter/strings.txi	Tue Apr 09 21:36:31 2002 +0000
@@ -63,6 +63,9 @@
 @item \'
 Represents a literal single-quote character, @samp{'}.
 
+@item \0
+Represents the ``nul'' character, control-@, ASCII code 0.
+
 @item \a
 Represents the ``alert'' character, control-g, ASCII code 7.