]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Fix typo.
authorJohn Paul Wallington <jpw@pobox.com>
Wed, 6 Aug 2003 03:17:37 +0000 (03:17 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Wed, 6 Aug 2003 03:17:37 +0000 (03:17 +0000)
lispref/ChangeLog
lispref/elisp.texi

index 5bf6517a16fbf2d4ccffa7dc85b1bbd3cccc3405..513eff01838e9b6bed98dd5078882b8de01137d2 100644 (file)
@@ -1,3 +1,12 @@
+2003-08-06  John Paul Wallington  <jpw@gnu.org>
+
+       * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
+
+       * display.texi (Warning Basics): Fix typo.
+       (Fringes): Add closing curly bracket and fix typo.
+
+       * elisp.texi (Top): Fix typo.
+
 2003-08-05  Richard M. Stallman  <rms@gnu.org>
 
        * elisp.texi: Update lists of subnodes.
index c8dc78560954a20ca9105ad3d25051c8fde98612..1567121e2aa85fecddc5ebbcdd049c617a7b148a 100644 (file)
@@ -853,7 +853,7 @@ Receiving Output from Processes
 
 * Process Buffers::         If no filter, output is put in a buffer.
 * Filter Functions::        Filter functions accept output from the process.
-* Decoding Ouptut::         Filters can get unibyte or multibyte strings.
+* Decoding Output::         Filters can get unibyte or multibyte strings.
 * Accepting Output::        How to wait until process output arrives.
 
 Operating System Interface