Mercurial > emacs
diff lispref/processes.texi @ 71957:61cb5aae3bc3
Put period and comma inside quotes.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 18 Jul 2006 00:08:15 +0000 |
| parents | b8f9be99381d |
| children | 77f1713977dd |
line wrap: on
line diff
--- a/lispref/processes.texi Tue Jul 18 00:07:05 2006 +0000 +++ b/lispref/processes.texi Tue Jul 18 00:08:15 2006 +0000 @@ -23,7 +23,7 @@ before continuing execution. When you create an asynchronous subprocess, it can run in parallel with the Lisp program. This kind of subprocess is represented within Emacs by a Lisp object which is also -called a ``process''. Lisp programs can use this object to communicate +called a ``process.'' Lisp programs can use this object to communicate with the subprocess or to control it. For example, you can send signals, obtain status information, receive output from the process, or send input to it. @@ -2106,7 +2106,7 @@ that the field represents and, in the case of multibyte fields, how the bytes are ordered within the field. The two possible orderings are ``big endian'' (also known as ``network byte ordering'') and -``little endian''. For instance, the number @code{#x23cd} (decimal +``little endian.'' For instance, the number @code{#x23cd} (decimal 9165) in big endian would be the two bytes @code{#x23} @code{#xcd}; and in little endian, @code{#xcd} @code{#x23}. Here are the possible type values:
