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 [branch-1_4]


From: Eric Blake
Subject: Changes to m4/doc/m4.texinfo,v [branch-1_4]
Date: Sat, 09 Dec 2006 17:08:39 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/12/09 17:08:38

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.103
retrieving revision 1.1.1.1.2.104
diff -u -b -r1.1.1.1.2.103 -r1.1.1.1.2.104
--- doc/m4.texinfo      16 Nov 2006 14:39:55 -0000      1.1.1.1.2.103
+++ doc/m4.texinfo      9 Dec 2006 17:08:38 -0000       1.1.1.1.2.104
@@ -355,7 +355,7 @@
 Originally, the Kernighan and Plauger macro-processor, and then
 @code{m3}, formed the engine for the Rational FORTRAN preprocessor,
 that is, the @code{Ratfor} equivalent of @code{cpp}.  Later, @code{m4}
-was used as a frontend for @code{Ratfor}, @code{C} and @code{Cobol}.
+was used as a front-end for @code{Ratfor}, @code{C} and @code{Cobol}.
 
 Ren@'e Seindal released his implementation of @code{m4}, @acronym{GNU}
 @code{m4},
@@ -1128,7 +1128,7 @@
 missing optional argument than for an explicit empty string.  If there
 are too many arguments, the excess arguments are ignored.  Unquoted
 leading whitespace is stripped off all arguments, but whitespace
-generated by a macro expansion or occuring after a macro that expanded
+generated by a macro expansion or occurring after a macro that expanded
 to an empty string remains intact.  Whitespace includes space, tab,
 newline, carriage return, vertical tab, and formfeed.
 
@@ -2180,7 +2180,7 @@
 examine the implementation.  Note that @code{quote} and
 @code{dquote_elt} make decisions based on their number of arguments, so
 that when called without arguments, they result in nothing instead of a
-quoted empty string; this is so that it is possible to distinquish
+quoted empty string; this is so that it is possible to distinguish
 between no arguments and an empty first argument.  @code{dquote}, on the
 other hand, results in a string no matter what, since it is still
 possible to tell whether it was invoked without arguments based on the
@@ -3715,10 +3715,10 @@
 divert(`1')`diverted text.'
 divert
 @result{}
-m4wrap(`Wrapped text preceeds ')
+m4wrap(`Wrapped text precedes ')
 @result{}
 ^D
address@hidden TEXT preceeds diverted text.
address@hidden TEXT precedes diverted text.
 @end example
 
 If output is diverted to a negative diversion, it is simply discarded.




reply via email to

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