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
@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}.