diff options
author | Jim Blandy <jimb@redhat.com> | 1992-04-01 11:14:15 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-04-01 11:14:15 +0000 |
commit | 08564963293aac2ea90a3dee54f48ded962238eb (patch) | |
tree | 4424e2ded321dd8606dabc4ef00a6f058108725b /src/lread.c | |
parent | ca1d1d23251bc8f159d0131d345702aabf2dd078 (diff) | |
download | emacs-08564963293aac2ea90a3dee54f48ded962238eb.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/lread.c')
-rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |