diff options
| author | Robert Pluim | 2019-10-15 14:41:43 +0200 |
|---|---|---|
| committer | Robert Pluim | 2019-10-15 14:41:43 +0200 |
| commit | 68df7d7069bb0e0a2e804b727fb0f993698c6c9c (patch) | |
| tree | 017d8aa55a2e2c0b05bbab65a7a6fc26ed54c671 | |
| parent | eda385266e7998c7960f9cf3c35715e7419e6148 (diff) | |
| download | emacs-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.texi | 2 | ||||
| -rw-r--r-- | 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 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 |
| 2404 | If this flag is non-@code{nil}, it says that the window has been | 2404 | If this flag is non-@code{nil}, it says that the window has been |
| 2405 | scrolled explicitly by the Lisp program, and the value of the the | 2405 | scrolled explicitly by the Lisp program, and the value of the |
| 2406 | window's @code{start} was set for redisplay to honor. This affects | 2406 | window's @code{start} was set for redisplay to honor. This affects |
| 2407 | what the next redisplay does if point is off the screen: instead of | 2407 | what the next redisplay does if point is off the screen: instead of |
| 2408 | scrolling the window to show the text around point, it moves point to | 2408 | 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 bf88477adbd..4c644f1a62e 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -4620,7 +4620,7 @@ the decoded text. | |||
| 4620 | 4620 | ||
| 4621 | The decoding functions ignore newline characters in the encoded text. | 4621 | The decoding functions ignore newline characters in the encoded text. |
| 4622 | 4622 | ||
| 4623 | If optional argument @var{base64url} is is non-@code{nil}, then padding | 4623 | If optional argument @var{base64url} is non-@code{nil}, then padding |
| 4624 | is optional, and the URL variant of base 64 encoding is used. | 4624 | is optional, and the URL variant of base 64 encoding is used. |
| 4625 | @end deffn | 4625 | @end deffn |
| 4626 | 4626 | ||