]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 Oct 2003 13:55:00 +0000 (13:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 Oct 2003 13:55:00 +0000 (13:55 +0000)
lispref/functions.texi
lispref/processes.texi

index 48091772435e5a8862a0c245b545281dae36e875..14279d4dab2ecf367e006e020f7d56b7ef678d6c 100644 (file)
@@ -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
index af4304588341fb0d3e654a8a33872cade74b9847..7165c9634c2c5a3ec9b8119aca64b249eac98ecd 100644 (file)
@@ -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}.