aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2019-10-15 14:41:43 +0200
committerRobert Pluim2019-10-15 14:41:43 +0200
commit68df7d7069bb0e0a2e804b727fb0f993698c6c9c (patch)
tree017d8aa55a2e2c0b05bbab65a7a6fc26ed54c671
parenteda385266e7998c7960f9cf3c35715e7419e6148 (diff)
downloademacs-68df7d7069bb0e0a2e804b727fb0f993698c6c9c.tar.gz
emacs-68df7d7069bb0e0a2e804b727fb0f993698c6c9c.zip
Fix duplicated words in lispref
* doc/lispref/text.texi (Base 64): * doc/lispref/internals.texi (Window Internals): Remove duplicated words.
-rw-r--r--doc/lispref/internals.texi2
-rw-r--r--doc/lispref/text.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index e9fcbf48cb4..e870d6e06e8 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.
2402 2402
2403@item force_start 2403@item force_start
2404If this flag is non-@code{nil}, it says that the window has been 2404If this flag is non-@code{nil}, it says that the window has been
2405scrolled explicitly by the Lisp program, and the value of the the 2405scrolled explicitly by the Lisp program, and the value of the
2406window's @code{start} was set for redisplay to honor. This affects 2406window's @code{start} was set for redisplay to honor. This affects
2407what the next redisplay does if point is off the screen: instead of 2407what the next redisplay does if point is off the screen: instead of
2408scrolling the window to show the text around point, it moves point to 2408scrolling 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 bf88477adbd..4c644f1a62e 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -4620,7 +4620,7 @@ the decoded text.
4620 4620
4621The decoding functions ignore newline characters in the encoded text. 4621The decoding functions ignore newline characters in the encoded text.
4622 4622
4623If optional argument @var{base64url} is is non-@code{nil}, then padding 4623If optional argument @var{base64url} is non-@code{nil}, then padding
4624is optional, and the URL variant of base 64 encoding is used. 4624is optional, and the URL variant of base 64 encoding is used.
4625@end deffn 4625@end deffn
4626 4626