summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/stringpool.w
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/stringpool.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/stringpool.w10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/stringpool.w b/Build/source/texk/web2c/luatexdir/tex/stringpool.w
index 330ad02dee9..29dc6be9132 100644
--- a/Build/source/texk/web2c/luatexdir/tex/stringpool.w
+++ b/Build/source/texk/web2c/luatexdir/tex/stringpool.w
@@ -334,11 +334,11 @@ boolean get_strings_started(void)
return true;
}
-@ The string recycling routines. \TeX{} uses 2
- upto 4 {\it new\/} strings when scanning a filename in an \.{\\input},
- \.{\\openin}, or \.{\\openout} operation. These strings are normally
- lost because the reference to them are not saved after finishing the
- operation. |search_string| searches through the string pool for the
+@ The string recycling routines.
+ \TeX{} uses 2 upto 4 {\it new\/} strings when scanning a filename in an
+ \.{\\input}, \.{\\openin}, or \.{\\openout} operation. These strings are
+ normally lost because the reference to them are not saved after finishing
+ the operation. |search_string| searches through the string pool for the
given string and returns either 0 or the found string number.
@c