texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.texi (Cross Reference Parts, Markin


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.texi (Cross Reference Parts, Marking Text, @set @value) (Command List, Tips): Change "formatters" to "processors" in some places where we are not clearly talking about formatting a visual layout.
Date: Mon, 24 Oct 2022 10:30:55 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 5ba0001ac2 * doc/texinfo.texi (Cross Reference Parts, Marking Text, 
@set @value) (Command List, Tips): Change "formatters" to "processors" in some 
places where we are not clearly talking about formatting a visual layout.
5ba0001ac2 is described below

commit 5ba0001ac2f5eea84b1bb0c1d6863940fe972ab0
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Oct 24 15:30:47 2022 +0100

    * doc/texinfo.texi (Cross Reference Parts, Marking Text, @set @value)
    (Command List, Tips): Change "formatters" to "processors" in some
    places where we are not clearly talking about formatting a visual
    layout.
---
 ChangeLog        |  7 +++++++
 doc/texinfo.texi | 16 ++++++++--------
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ce2ab485ee..7384810c7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-10-24  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.texi (Cross Reference Parts, Marking Text, @set @value)
+       (Command List, Tips): Change "formatters" to "processors" in some
+       places where we are not clearly talking about formatting a visual
+       layout.
+
 2022-10-24  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/texinfo.texi (HTML Xref): Do not describe the "details"
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 4412d79845..86d2bd55b2 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -4357,7 +4357,7 @@ This argument is required (except for reference to whole 
manuals).
 
 Write a node name in a cross-reference in exactly the same way as in
 the @code{@@node} line, including the same capitalization; otherwise, the
-formatters may not find the reference.
+processors may not find the reference.
 
 @item
 A label for online output.  It is usually omitted; then
@@ -5280,7 +5280,7 @@ command since a reader can easily follow such a reference 
in Info.
 @cindex Text, marking up
 
 In Texinfo, you can mark words and phrases in a variety of ways.
-The Texinfo formatters use this information to determine how to
+The Texinfo processors use this information to determine how to
 highlight the text.
 You can specify, for example, whether a word or phrase is a
 defining occurrence, a metasyntactic variable, or a symbol used in a
@@ -12950,9 +12950,9 @@ Write the @code{@@set} command like this:
 @noindent
 This sets the value of the flag @code{foo} to ``This is a string.''.
 
-The Texinfo formatters then replace a @code{@@value@{@var{flag}@}}
+The Texinfo processors then replace a @code{@@value@{@var{flag}@}}
 command with the string to which @var{flag} is set.  Thus, when
-@code{foo} is set as shown above, the Texinfo formatters convert this:
+@code{foo} is set as shown above, the Texinfo processors convert this:
 
 @example
 @group
@@ -12984,7 +12984,7 @@ For example, if you set @code{foo} as follows:
 @end example
 
 @noindent
-then the formatters transform
+then the processors transform
 
 @example
 @group
@@ -13001,7 +13001,7 @@ If you write
 @end example
 
 @noindent
-then the formatters transform
+then the processors transform
 
 @example
 @group
@@ -19150,7 +19150,7 @@ Often used with @code{@@table}.  @xref{@code{@@bullet}}.
 Change page dimensions for the B6 paper size.  @xref{A4 Paper}.
 
 @item @@bye
-Stop formatting a file.  The formatters do not see anything in the
+Stop processing a file.  The processors do not see anything in the
 input file following @code{@@bye}.  @xref{Ending a File}.
 
 @item @@c @var{comment}
@@ -20780,7 +20780,7 @@ sound in the name `Bach'.  But pronounce Texinfo as in 
`speck':
 
 @item
 Write notes for yourself at the very end of a Texinfo file after the
-@code{@@bye}.  None of the formatters process text after the
+@code{@@bye}.  None of the processors process text after the
 @code{@@bye}; it is as if the text were within @code{@@ignore} @dots{}
 @code{@@end ignore}.
 @end itemize



reply via email to

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