diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-09-06 19:50:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-09-06 19:50:20 +0000 |
commit | ae9b6b4a99dd216afb7bc8fac241a898576573da (patch) | |
tree | 4b6e3b89da8e92c683f26c01f69f24f5b25dd166 /lispref/text.texi | |
parent | f4f65a420cbc948c05a7cddc500d546124228b64 (diff) | |
download | emacs-ae9b6b4a99dd216afb7bc8fac241a898576573da.tar.gz |
Minor clarification.
Diffstat (limited to 'lispref/text.texi')
-rw-r--r-- | lispref/text.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/text.texi b/lispref/text.texi index 1cd8c14a85a..7129aa531e4 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -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 |