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 | |
| parent | 720baa46696f3d27159d70b5940537f9078816b5 (diff) | |
| download | emacs-bb3edd151a554e3eab4353c22d1e8c72bfdccd2d.tar.gz emacs-bb3edd151a554e3eab4353c22d1e8c72bfdccd2d.zip | |
Fix typo.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/functions.texi | 2 | ||||
| -rw-r--r-- | lispref/processes.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lispref/functions.texi b/lispref/functions.texi index 48091772435..14279d4dab2 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi | |||
| @@ -1195,7 +1195,7 @@ risky to call a function whose source code is stored in a user file | |||
| 1195 | until you have determined that it is safe. | 1195 | until you have determined that it is safe. |
| 1196 | 1196 | ||
| 1197 | @defun unsafep form &optional unsafep-vars | 1197 | @defun unsafep form &optional unsafep-vars |
| 1198 | Returns @code{nil} if @var{form} is a @dfn{safe} lisp expression, or | 1198 | Returns @code{nil} if @var{form} is a @dfn{safe} Lisp expression, or |
| 1199 | returns a list that describes why it might be unsafe. The argument | 1199 | returns a list that describes why it might be unsafe. The argument |
| 1200 | @var{unsafep-vars} is a list of symbols known to have temporary | 1200 | @var{unsafep-vars} is a list of symbols known to have temporary |
| 1201 | bindings at this point; it is mainly used for internal recursive | 1201 | bindings at this point; it is mainly used for internal recursive |
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}. |