From: Richard Copley Date: Tue, 11 Jun 2019 20:14:11 +0000 (+0100) Subject: * doc/lispref/text.texi (Base 64): Fix typos. X-Git-Tag: emacs-27.0.90~2608 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9744f8df04ac396610d44754e816691b54cbc9f9;p=emacs.git * doc/lispref/text.texi (Base 64): Fix typos. Copyright-paperwork-exempt: yes. --- diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 55f52698498..2e7c497f577 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -4560,8 +4560,8 @@ the output is just one long line. @deffn Command base64url-encode-region beg end &optional no-pad This function is like @code{base64-encode-region}, but it implements -the URL variant if base 64 encoding, per RFC 4648, and it doesn't -inserts newline characters into the encoded text, so the output is +the URL variant of base 64 encoding, per RFC 4648, and it doesn't +insert newline characters into the encoded text, so the output is just one long line. If the optional argument @var{no-pad} is non-@code{nil} then this