]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/text.texi (Base 64): Fix typos.
authorRichard Copley <rcopley@gmail.com>
Tue, 11 Jun 2019 20:14:11 +0000 (21:14 +0100)
committerEli Zaretskii <eliz@gnu.org>
Wed, 12 Jun 2019 15:33:25 +0000 (18:33 +0300)
Copyright-paperwork-exempt: yes.

doc/lispref/text.texi

index 55f526984983820e9325a4b737ac89364aa3ce6c..2e7c497f5774ca66eae1d94feeed26b1c82a9c7e 100644 (file)
@@ -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