emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9744f8d: * doc/lispref/text.texi (Base 64): Fix typ


From: Eli Zaretskii
Subject: [Emacs-diffs] master 9744f8d: * doc/lispref/text.texi (Base 64): Fix typos.
Date: Wed, 12 Jun 2019 11:34:14 -0400 (EDT)

branch: master
commit 9744f8df04ac396610d44754e816691b54cbc9f9
Author: Richard Copley <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * doc/lispref/text.texi (Base 64): Fix typos.
    
    Copyright-paperwork-exempt: yes.
---
 doc/lispref/text.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 55f5269..2e7c497 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]