changeset 36335:a74d5c25210c

(Introduction): Remove doubled `routines'. (Configuration Examples): Remove doubled `with'.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 23 Feb 2001 12:48:59 +0000
parents 86322cde2e42
children 75a62df4e278
files man/idlwave.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/idlwave.texi	Fri Feb 23 12:46:54 2001 +0000
+++ b/man/idlwave.texi	Fri Feb 23 12:48:59 2001 +0000
@@ -214,7 +214,7 @@
 Font-lock support on three levels. 
 @item 
 Display of calling sequence and keywords of more than 1000 IDL
-routines routines and any routines in your local IDL library.
+routines and any routines in your local IDL library.
 @item
 Name space conflict search.
 @item
@@ -2659,7 +2659,7 @@
     (font-lock-mode 1)                   ; Turn on font-lock mode
     (idlwave-auto-fill-mode 0)           ; Turn off auto filling
     ;;
-    ;; Pad with with 1 space (if -n is used then make the
+    ;; Pad with 1 space (if -n is used then make the
     ;; padding a minimum of n spaces.)  The defaults use -1
     ;; instead of 1.
     (idlwave-action-and-binding "=" '(idlwave-expand-equal 1 1))