diff options
| author | Richard M. Stallman | 2003-10-05 13:55:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-10-05 13:55:00 +0000 |
| commit | bb3edd151a554e3eab4353c22d1e8c72bfdccd2d (patch) | |
| tree | 5b443ef17f3b6ec57d3bc1e26448d0de83ce6107 /lispref/processes.texi | |
| parent | 720baa46696f3d27159d70b5940537f9078816b5 (diff) | |
| download | emacs-bb3edd151a554e3eab4353c22d1e8c72bfdccd2d.tar.gz emacs-bb3edd151a554e3eab4353c22d1e8c72bfdccd2d.zip | |
Fix typo.
Diffstat (limited to 'lispref/processes.texi')
| -rw-r--r-- | lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index af430458834..7165c9634c2 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -1925,7 +1925,7 @@ The current flags of the interface. | |||
| 1925 | @end defun | 1925 | @end defun |
| 1926 | 1926 | ||
| 1927 | @defun format-network-address address &optional omit-port | 1927 | @defun format-network-address address &optional omit-port |
| 1928 | This function converts the lisp representation of a network address to | 1928 | This function converts the Lisp representation of a network address to |
| 1929 | a string. For example, a five-element vector @code{[@var{a} @var{b} | 1929 | a string. For example, a five-element vector @code{[@var{a} @var{b} |
| 1930 | @var{c} @var{d} @var{p}]} represents an IP address | 1930 | @var{c} @var{d} @var{p}]} represents an IP address |
| 1931 | @var{a}.@var{b}.@var{c}.@var{d} and port number @var{p}. | 1931 | @var{a}.@var{b}.@var{c}.@var{d} and port number @var{p}. |