# HG changeset patch # User John Paul Wallington # Date 1036437389 0 # Node ID 8f11dde95c66096d0df090fe7a18cbd8b654a1f8 # Parent cb4c31a008d440a4b387f6b1c25ca0b7f4bfa0cf (Feval_buffer): Doc fix. diff -r cb4c31a008d4 -r 8f11dde95c66 src/ChangeLog --- a/src/ChangeLog Mon Nov 04 18:29:06 2002 +0000 +++ b/src/ChangeLog Mon Nov 04 19:16:29 2002 +0000 @@ -1,3 +1,7 @@ +2002-11-04 John Paul Wallington + + * lread.c (Feval_buffer): Doc fix. + 2002-11-04 Dave Love * keyboard.c (read_char): Always translate iff diff -r cb4c31a008d4 -r 8f11dde95c66 src/lread.c --- a/src/lread.c Mon Nov 04 18:29:06 2002 +0000 +++ b/src/lread.c Mon Nov 04 19:16:29 2002 +0000 @@ -1377,7 +1377,7 @@ The optional fourth argument UNIBYTE specifies `load-convert-to-unibyte' for this invocation. -The optional fifth argument DO-ALLOW-PRINT, if not-nil, specifies that +The optional fifth argument DO-ALLOW-PRINT, if non-nil, specifies that `print' and related functions should work normally even if PRINTFLAG is nil. This function preserves the position of point. */)