From 08564963293aac2ea90a3dee54f48ded962238eb Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 1 Apr 1992 11:14:15 +0000 Subject: *** empty log message *** --- src/lread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lread.c') diff --git a/src/lread.c b/src/lread.c index 2a8c47e9559..5a5c106c6e6 100644 --- a/src/lread.c +++ b/src/lread.c @@ -1,5 +1,5 @@ /* Lisp parsing and input streams. - Copyright (C) 1985, 1986, 1987, 1988, 1989 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1987, 1988, 1989, 1992 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -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 share-lib/DOC.nn.nn */ + that we are really going to find in etc/DOC.nn.nn */ if (!NILP (Vpurify_flag) && NILP (Vdoc_file_name) && cancel) return make_number (0); -- cgit v1.2.1