]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix duplicated words in lispref
authorRobert Pluim <rpluim@gmail.com>
Tue, 15 Oct 2019 12:41:43 +0000 (14:41 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 15 Oct 2019 12:41:43 +0000 (14:41 +0200)
* doc/lispref/text.texi (Base 64):
* doc/lispref/internals.texi (Window Internals): Remove duplicated
words.

doc/lispref/internals.texi
doc/lispref/text.texi

index e9fcbf48cb4a4c8a14ef7ac3bd8225b2af799f8f..e870d6e06e8008fdcf3d42f0700825f1536272d3 100644 (file)
@@ -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
index bf88477adbd402d1c606843a5fd4902df5333569..4c644f1a62eab6c5a0904dc5ed498b05b142c417 100644 (file)
@@ -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