m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/doc/m4.texinfo,v


From: Eric Blake
Subject: Changes to m4/doc/m4.texinfo,v
Date: Wed, 09 Aug 2006 21:33:26 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/08/09 21:33:24

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- doc/m4.texinfo      19 Jul 2006 12:16:52 -0000      1.28
+++ doc/m4.texinfo      9 Aug 2006 21:33:23 -0000       1.29
@@ -1644,7 +1644,7 @@
 ifelse(`some comments')
 @result{}
 ifelse(`foo', `bar')
address@hidden: input.m4: 2: Warning: ifelse: too few arguments: 2 < 3
address@hidden:input.m4:2: Warning: ifelse: too few arguments: 2 < 3
 @result{}
 @end example
 
@@ -2632,10 +2632,11 @@
 only when given arguments.
 @end deffn
 
address@hidden status: 1
 @example
 include(`none')
 @result{}
address@hidden: input.m4: 1: Cannot open none: No such file or directory
address@hidden:input.m4:1: include: cannot open `none': No such file or 
directory
 sinclude(`none')
 @result{}
 @end example
@@ -3602,6 +3603,7 @@
 
 Here are a few examples of use of @code{eval}.
 
address@hidden status: 1
 @example
 eval(`-3 * 5')
 @result{}-15
@@ -3616,7 +3618,7 @@
 define(`foo', `666')
 @result{}
 eval(`foo / 6')
address@hidden: input.m4: 7: Warning: eval: bad expression: foo / 6
address@hidden:input.m4:7: eval: bad expression: foo / 6
 @result{}
 eval(foo/6)
 @result{}111




reply via email to

[Prev in Thread] Current Thread [Next in Thread]