aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/lread.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 30af0289369..565b5e4f013 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-11-04 John Paul Wallington <jpw@shootybangbang.com>
2
3 * lread.c (Feval_buffer): Doc fix.
4
12002-11-04 Dave Love <fx@gnu.org> 52002-11-04 Dave Love <fx@gnu.org>
2 6
3 * keyboard.c (read_char): Always translate iff 7 * keyboard.c (read_char): Always translate iff
diff --git a/src/lread.c b/src/lread.c
index c60064bc7a3..d960e675ead 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1377,7 +1377,7 @@ it specifies the file name to use for `load-history'.
1377The optional fourth argument UNIBYTE specifies `load-convert-to-unibyte' 1377The optional fourth argument UNIBYTE specifies `load-convert-to-unibyte'
1378for this invocation. 1378for this invocation.
1379 1379
1380The optional fifth argument DO-ALLOW-PRINT, if not-nil, specifies that 1380The optional fifth argument DO-ALLOW-PRINT, if non-nil, specifies that
1381`print' and related functions should work normally even if PRINTFLAG is nil. 1381`print' and related functions should work normally even if PRINTFLAG is nil.
1382 1382
1383This function preserves the position of point. */) 1383This function preserves the position of point. */)