(Top): Fix typo.

This commit is contained in:
John Paul Wallington 2003-08-06 03:17:37 +00:00
parent c00d3ba4e1
commit e37769b1fc
2 changed files with 10 additions and 1 deletions

View 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.

View 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