summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/tex.ch2
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index fe1e6e2b8c4..4178c6af99b 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-18 Karl Berry <karl@tug.org>
+
+ * tex.ch (29.530): Wording of "Type <return>" msg.
+
2007-09-16 Karl Berry <karl@tug.org>
* c-auto.in (EDITOR): doc fix.
diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch
index 490c481f9ae..eb4df023485 100644
--- a/Build/source/texk/web2c/tex.ch
+++ b/Build/source/texk/web2c/tex.ch
@@ -2218,7 +2218,7 @@ var k:0..buf_size; {index into |buffer|}
if e=".tex" then show_context;
@y
if (e=".tex") or (e="") then show_context;
-print_ln; print("(Enter the null string to re-try, or <eof> to exit");
+print_ln; print("(Type <return> to retry, or <eof> to exit");
if (e<>"") then
begin
print(" Default file extension is `"); print(e); print("'");