diff doc/lispintro/emacs-lisp-intro.texi @ 102151:328f4b370b74

Remove duplicate words.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 20 Feb 2009 12:36:50 +0000
parents cb5d2387102c
children b5d077a43e1c
line wrap: on
line diff
--- a/doc/lispintro/emacs-lisp-intro.texi	Fri Feb 20 11:39:30 2009 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi	Fri Feb 20 12:36:50 2009 +0000
@@ -25,7 +25,7 @@
 @comment %**end of header
 
 @c per rms and peterb, use 10pt fonts for the main text, mostly to
-@c save on paper cost.  
+@c save on paper cost.
 @c Do this inside @tex for now, so current makeinfo does not complain.
 @tex
 @ifset smallbook
@@ -17997,7 +17997,7 @@
 @end smallexample
 
 @noindent
-and add other expressions, too. 
+and add other expressions, too.
 
 
 @node X11 Colors, Miscellaneous, Simple Extension, Emacs Initialization
@@ -19261,7 +19261,7 @@
 The @code{current-kill} function changes the element in the kill ring
 to which @code{kill-ring-yank-pointer} points.  (Also, the
 @code{kill-new} function sets @code{kill-ring-yank-pointer} to point
-to the latest element of the the kill ring.  The @code{kill-new}
+to the latest element of the kill ring.  The @code{kill-new}
 function is used directly or indirectly by @code{kill-append},
 @code{copy-region-as-kill}, @code{kill-ring-save}, @code{kill-line},
 and @code{kill-region}.)
@@ -19319,7 +19319,7 @@
 @end smallexample
 
 Remember also that the @code{kill-new} function sets
-@code{kill-ring-yank-pointer} to the latest element of the the kill
+@code{kill-ring-yank-pointer} to the latest element of the kill
 ring, which means that all the functions that call it set the value
 indirectly: @code{kill-append}, @code{copy-region-as-kill},
 @code{kill-ring-save}, @code{kill-line}, and @code{kill-region}.
@@ -19381,7 +19381,7 @@
 
 @need 2000
 Let us consider the `if not' or else-part of the @code{current-kill}
-function.  (The then-part uses the the @code{kill-new} function, which
+function.  (The then-part uses the @code{kill-new} function, which
 we have already described.  @xref{kill-new function, , The
 @code{kill-new} function}.)