Fix duplicated words in lispref

* doc/lispref/text.texi (Base 64):
* doc/lispref/internals.texi (Window Internals): Remove duplicated
words.
This commit is contained in:
Robert Pluim 2019-10-15 14:41:43 +02:00
parent eda385266e
commit 68df7d7069
2 changed files with 2 additions and 2 deletions

View 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

View 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