]> code.delx.au - gnu-emacs/commitdiff
(Feval_buffer): Doc fix.
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 4 Nov 2002 19:16:29 +0000 (19:16 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 4 Nov 2002 19:16:29 +0000 (19:16 +0000)
src/ChangeLog
src/lread.c

index 30af028936963ba59910f0c5cf0fbbe759c4c211..565b5e4f01359d2b6b9b0aae71773dba052fd553 100644 (file)
@@ -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
index c60064bc7a32bfce88198fbedbdaf9cea1699fa5..d960e675ead0c17db8e18fc616970bae1acd6e37 100644 (file)
@@ -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.  */)