CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/10/11 17:07:03
Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.80
retrieving revision 1.1.1.1.2.81
diff -u -b -r1.1.1.1.2.80 -r1.1.1.1.2.81
--- doc/m4.texinfo 10 Oct 2006 03:27:15 -0000 1.1.1.1.2.80
+++ doc/m4.texinfo 11 Oct 2006 17:07:03 -0000 1.1.1.1.2.81
@@ -1104,9 +1104,11 @@
It is an error if the end of file occurs while collecting arguments.
@example
+hello world
[EMAIL PROTECTED] world
define(
^D
[EMAIL PROTECTED]:stdin:1: ERROR: end of file in argument list
[EMAIL PROTECTED]:stdin:2: ERROR: end of file in argument list
@end example
@node Quoting Arguments
@@ -2453,7 +2455,7 @@
@example
dnl(`args are ignored, but side effects occur',
define(`foo', `like this')) while this text is ignored: undefine(`foo')
[EMAIL PROTECTED]:stdin:2: Warning: excess arguments to builtin `dnl' ignored
[EMAIL PROTECTED]:stdin:1: Warning: excess arguments to builtin `dnl' ignored
See how `foo' was defined, foo?
@result{}See how foo was defined, like this?
@end example
@@ -2634,9 +2636,11 @@
It is an error if the end of file occurs within a quoted string.
@example
+`hello world'
[EMAIL PROTECTED] world
`dangling quote
^D
[EMAIL PROTECTED]:stdin:1: ERROR: end of file in string
[EMAIL PROTECTED]:stdin:2: ERROR: end of file in string
@end example
@node Changecom
@@ -2763,7 +2767,7 @@
@result{}
/*dangling comment
^D
[EMAIL PROTECTED]:stdin:1: ERROR: end of file in comment
[EMAIL PROTECTED]:stdin:2: ERROR: end of file in comment
@end example
@node Changeword