diff options
| -rw-r--r-- | lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index b47ff7aa5b1..385b3537278 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi | |||
| @@ -18025,7 +18025,7 @@ beginning. | |||
| 18025 | 18025 | ||
| 18026 | Sometimes when you you write text, you duplicate words---as with ``you | 18026 | Sometimes when you you write text, you duplicate words---as with ``you |
| 18027 | you'' near the beginning of this sentence. I find that most | 18027 | you'' near the beginning of this sentence. I find that most |
| 18028 | frequently, I duplicate ``the'; hence, I call the function for | 18028 | frequently, I duplicate ``the''; hence, I call the function for |
| 18029 | detecting duplicated words, @code{the-the}. | 18029 | detecting duplicated words, @code{the-the}. |
| 18030 | 18030 | ||
| 18031 | @need 1250 | 18031 | @need 1250 |