From bb3edd151a554e3eab4353c22d1e8c72bfdccd2d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 5 Oct 2003 13:55:00 +0000 Subject: [PATCH] Fix typo. --- lispref/functions.texi | 2 +- 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 until you have determined that it is safe. @defun unsafep form &optional unsafep-vars -Returns @code{nil} if @var{form} is a @dfn{safe} lisp expression, or +Returns @code{nil} if @var{form} is a @dfn{safe} Lisp expression, or returns a list that describes why it might be unsafe. The argument @var{unsafep-vars} is a list of symbols known to have temporary 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. @end defun @defun format-network-address address &optional omit-port -This function converts the lisp representation of a network address to +This function converts the Lisp representation of a network address to a string. For example, a five-element vector @code{[@var{a} @var{b} @var{c} @var{d} @var{p}]} represents an IP address @var{a}.@var{b}.@var{c}.@var{d} and port number @var{p}. -- 2.39.2