summaryrefslogtreecommitdiff
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index d8912195f83..73d448dd716 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -858,7 +858,7 @@ read1 (readcharfun)
/* 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);