comparison src/lread.c @ 48149:8f11dde95c66

(Feval_buffer): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Mon, 04 Nov 2002 19:16:29 +0000
parents cae822515e00
children 8e3eb5de7b47
comparison
equal deleted inserted replaced
48148:cb4c31a008d4 48149:8f11dde95c66
1375 If the optional third argument FILENAME is non-nil, 1375 If the optional third argument FILENAME is non-nil,
1376 it specifies the file name to use for `load-history'. 1376 it specifies the file name to use for `load-history'.
1377 The optional fourth argument UNIBYTE specifies `load-convert-to-unibyte' 1377 The optional fourth argument UNIBYTE specifies `load-convert-to-unibyte'
1378 for this invocation. 1378 for this invocation.
1379 1379
1380 The optional fifth argument DO-ALLOW-PRINT, if not-nil, specifies that 1380 The 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
1383 This function preserves the position of point. */) 1383 This function preserves the position of point. */)
1384 (buffer, printflag, filename, unibyte, do_allow_print) 1384 (buffer, printflag, filename, unibyte, do_allow_print)
1385 Lisp_Object buffer, printflag, filename, unibyte, do_allow_print; 1385 Lisp_Object buffer, printflag, filename, unibyte, do_allow_print;