Skip to content

Commit 9744f8d

Browse files
bustercopleyEli-Zaretskii
authored andcommitted
* doc/lispref/text.texi (Base 64): Fix typos.
Copyright-paperwork-exempt: yes.
1 parent 669ca75 commit 9744f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/lispref/text.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4560,8 +4560,8 @@ the output is just one long line.
45604560

45614561
@deffn Command base64url-encode-region beg end &optional no-pad
45624562
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
4563+
the URL variant of base 64 encoding, per RFC 4648, and it doesn't
4564+
insert newline characters into the encoded text, so the output is
45654565
just one long line.
45664566

45674567
If the optional argument @var{no-pad} is non-@code{nil} then this

0 commit comments

Comments
 (0)