diff options
author | John Paul Wallington <jpw@pobox.com> | 2002-11-04 19:16:29 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2002-11-04 19:16:29 +0000 |
commit | 3f9ab8042bcdf0385e228bbfb7def4c9726a6638 (patch) | |
tree | 71c6cfbe821959996f7bc964b35ee9148c314104 /src/lread.c | |
parent | 9a007cb77fdfe20c62029d7eaee32ad4279f44a8 (diff) | |
download | emacs-3f9ab8042bcdf0385e228bbfb7def4c9726a6638.tar.gz emacs-3f9ab8042bcdf0385e228bbfb7def4c9726a6638.tar.bz2 emacs-3f9ab8042bcdf0385e228bbfb7def4c9726a6638.zip |
(Feval_buffer): Doc fix.
Diffstat (limited to 'src/lread.c')
-rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */) |