From c23bc7a416f47f7a6f5b39638f64a09f9679c02d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 23 Feb 2001 12:48:59 +0000 Subject: [PATCH] (Introduction): Remove doubled `routines'. (Configuration Examples): Remove doubled `with'. --- man/idlwave.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/idlwave.texi b/man/idlwave.texi index 574b6bd0e2d..6f06825f6eb 100644 --- a/man/idlwave.texi +++ b/man/idlwave.texi @@ -214,7 +214,7 @@ Code indentation and formatting. 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 @@ user is King! (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)) -- 2.11.4.GIT