diff options
| author | John Paul Wallington | 2002-11-04 19:16:29 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2002-11-04 19:16:29 +0000 |
| commit | 3f9ab8042bcdf0385e228bbfb7def4c9726a6638 (patch) | |
| tree | 71c6cfbe821959996f7bc964b35ee9148c314104 /src | |
| parent | 9a007cb77fdfe20c62029d7eaee32ad4279f44a8 (diff) | |
| download | emacs-3f9ab8042bcdf0385e228bbfb7def4c9726a6638.tar.gz emacs-3f9ab8042bcdf0385e228bbfb7def4c9726a6638.zip | |
(Feval_buffer): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lread.c | 2 |
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 @@ | |||
| 1 | 2002-11-04 John Paul Wallington <jpw@shootybangbang.com> | ||
| 2 | |||
| 3 | * lread.c (Feval_buffer): Doc fix. | ||
| 4 | |||
| 1 | 2002-11-04 Dave Love <fx@gnu.org> | 5 | 2002-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'. | |||
| 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. */) |