emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 68df7d7: Fix duplicated words in lispref


From: Robert Pluim
Subject: [Emacs-diffs] master 68df7d7: Fix duplicated words in lispref
Date: Tue, 15 Oct 2019 08:42:52 -0400 (EDT)

branch: master
commit 68df7d7069bb0e0a2e804b727fb0f993698c6c9c
Author: Robert Pluim <address@hidden>
Commit: Robert Pluim <address@hidden>

    Fix duplicated words in lispref
    
    * doc/lispref/text.texi (Base 64):
    * doc/lispref/internals.texi (Window Internals): Remove duplicated
    words.
---
 doc/lispref/internals.texi | 2 +-
 doc/lispref/text.texi      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index e9fcbf4..e870d6e 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -2402,7 +2402,7 @@ The value of @code{pointm} at the last redisplay time.
 
 @item force_start
 If this flag is non-@code{nil}, it says that the window has been
-scrolled explicitly by the Lisp program, and the value of the the
+scrolled explicitly by the Lisp program, and the value of the
 window's @code{start} was set for redisplay to honor.  This affects
 what the next redisplay does if point is off the screen: instead of
 scrolling the window to show the text around point, it moves point to
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index bf88477..4c644f1 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -4620,7 +4620,7 @@ the decoded text.
 
 The decoding functions ignore newline characters in the encoded text.
 
-If optional argument @var{base64url} is is non-@code{nil}, then padding
+If optional argument @var{base64url} is non-@code{nil}, then padding
 is optional, and the URL variant of base 64 encoding is used.
 @end deffn
 



reply via email to

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