We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669ca75 commit 9744f8dCopy full SHA for 9744f8d
doc/lispref/text.texi
@@ -4560,8 +4560,8 @@ the output is just one long line.
4560
4561
@deffn Command base64url-encode-region beg end &optional no-pad
4562
This function is like @code{base64-encode-region}, but it implements
4563
-the URL variant if base 64 encoding, per RFC 4648, and it doesn't
4564
-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
4565
just one long line.
4566
4567
If the optional argument @var{no-pad} is non-@code{nil} then this
0 commit comments