From: John Paul Wallington Date: Mon, 4 Nov 2002 19:16:29 +0000 (+0000) Subject: (Feval_buffer): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~12599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f9ab8042bcdf0385e228bbfb7def4c9726a6638;p=emacs.git (Feval_buffer): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 30af0289369..565b5e4f013 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --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'. 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. */)