[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/elisp.texi
From: |
John Paul Wallington |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/elisp.texi |
Date: |
Tue, 05 Aug 2003 23:13:43 -0400 |
Index: emacs/lispref/elisp.texi
diff -c emacs/lispref/elisp.texi:1.42 emacs/lispref/elisp.texi:1.43
*** emacs/lispref/elisp.texi:1.42 Tue Aug 5 21:44:00 2003
--- emacs/lispref/elisp.texi Tue Aug 5 23:13:43 2003
***************
*** 853,859 ****
* 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.
* Accepting Output:: How to wait until process output arrives.
Operating System Interface
--- 853,859 ----
* Process Buffers:: If no filter, output is put in a buffer.
* Filter Functions:: Filter functions accept output from the process.
! * Decoding Output:: Filters can get unibyte or multibyte strings.
* Accepting Output:: How to wait until process output arrives.
Operating System Interface