diff src/lread.c @ 463:ffdbf3445088

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 19 Dec 1991 17:24:45 +0000
parents 7c6f74ef31a3
children 8c615e453683
line wrap: on
line diff
--- a/src/lread.c	Thu Dec 19 05:21:52 1991 +0000
+++ b/src/lread.c	Thu Dec 19 17:24:45 1991 +0000
@@ -858,7 +858,7 @@
 
 	/* If purifying, and string starts with \ newline,
 	   return zero instead.  This is for doc strings
-	   that we are really going to find in etc/DOC.nn.nn  */
+	   that we are really going to find in share-lib/DOC.nn.nn  */
 	if (!NULL (Vpurify_flag) && NULL (Vdoc_file_name) && cancel)
 	  return make_number (0);