aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Paul Wallington2002-11-04 19:16:29 +0000
committerJohn Paul Wallington2002-11-04 19:16:29 +0000
commit3f9ab8042bcdf0385e228bbfb7def4c9726a6638 (patch)
tree71c6cfbe821959996f7bc964b35ee9148c314104 /src
parent9a007cb77fdfe20c62029d7eaee32ad4279f44a8 (diff)
downloademacs-3f9ab8042bcdf0385e228bbfb7def4c9726a6638.tar.gz
emacs-3f9ab8042bcdf0385e228bbfb7def4c9726a6638.zip
(Feval_buffer): Doc fix.
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. */)