changeset 48149:8f11dde95c66

(Feval_buffer): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Mon, 04 Nov 2002 19:16:29 +0000
parents cb4c31a008d4
children 2b5f7e1254d1
files src/ChangeLog src/lread.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <jpw@shootybangbang.com>
+
+	* lread.c (Feval_buffer): Doc fix.
+
 2002-11-04  Dave Love  <fx@gnu.org>
 
 	* keyboard.c (read_char): Always translate iff
--- 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.  */)