]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor clarification.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Sep 2001 19:50:20 +0000 (19:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Sep 2001 19:50:20 +0000 (19:50 +0000)
lispref/functions.texi
lispref/text.texi

index fa45e9ef11d4f76c872a168ed882dcd6dd3ae33d..9f684593a9859d4a83072d3329c6d67629bd60c5 100644 (file)
@@ -364,9 +364,11 @@ is @code{nil}.
   There is no way to have required arguments following optional
 ones---it would not make sense.  To see why this must be so, suppose
 that @code{c} in the example were optional and @code{d} were required.
-Suppose three actual arguments are given; which variable would the third
-argument be for?  Similarly, it makes no sense to have any more
-arguments (either required or optional) after a @code{&rest} argument.
+Suppose three actual arguments are given; which variable would the
+third argument be for?  Would it be used for the @var{c}, or for
+@var{d}?  One can argue for both possibilities.  Similarly, it makes
+no sense to have any more arguments (either required or optional)
+after a @code{&rest} argument.
 
   Here are some examples of argument lists and proper calls:
 
index 1cd8c14a85ae64d6eb2d02f03b83a4477f6e46fe..7129aa531e4573b4c9805ee8e4538ce5c471b59b 100644 (file)
@@ -3513,10 +3513,10 @@ all markers unrelocated.
 @section Base 64 Encoding
 @cindex base 64 encoding
 
-  Base 64 code is used in email to encode a sequence of 8-bit bytes as a
-longer sequence of @sc{ascii} graphic characters.  It is defined in RFC
-2045.  This section describes the functions for converting to and from
-this code.
+  Base 64 code is used in email to encode a sequence of 8-bit bytes as
+a longer sequence of @sc{ascii} graphic characters.  It is defined in
+Internet RFC 2045.  This section describes the functions for
+converting to and from this code.
 
 @defun base64-encode-region beg end &optional no-line-break
 @tindex base64-encode-region