diff --git a/code/generic-site.lisp b/code/generic-site.lisp
index 0ac49099fed1a7d92b9e5a3856164fd0f4782e1e..15dfaa4e00ff98ff844a024f8b1519aab16c9365 100644
--- a/code/generic-site.lisp
+++ b/code/generic-site.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.12 1998/04/07 03:13:57 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.13 1998/05/04 00:05:54 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -23,9 +23,8 @@
 ;;; found a bug.  Fill in the maintainer's address here..
 (rplaca
  (cdr (member :bugs *herald-items*))
- '("Send bug reports and questions to your local CMU CL maintainer, "
-   "or to" terpri
-   "cmucl-imp@cons.org." terpri
+ '("Send questions and bug reports to your local CMU CL maintainer, "
+   "or to cmucl-help@cons.org. and cmucl-imp@cons.org. respectively." terpri
    "Loaded subsystems:" terpri))
 
 ;;; If you have sources installed on your system, un-comment the following form
diff --git a/code/save.lisp b/code/save.lisp
index 941208e8d342b29c3d916133534262b15365dd86..1134a85856957b0300838c5df519b6625dc97844 100644
--- a/code/save.lisp
+++ b/code/save.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.34 1998/04/07 03:13:58 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.35 1998/05/04 00:05:54 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -228,7 +228,7 @@
 	,#'(lambda (stream) (write-string (machine-instance) stream))))
 
 (setf (getf *herald-items* :bugs)
-      '("Send bug reports and questions to cmucl-imp@cons.org."
+      '("Send questions to cmucl-help@cons.org. and bug reports to cmucl-imp@cons.org."
 	terpri
 	"Loaded subsystems:"))