From: Gerd Moellmann Date: Fri, 23 Feb 2001 12:48:59 +0000 (+0000) Subject: (Introduction): Remove doubled `routines'. X-Git-Tag: emacs-pretest-21.0.99~174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c23bc7a416f47f7a6f5b39638f64a09f9679c02d;p=emacs.git (Introduction): Remove doubled `routines'. (Configuration Examples): Remove doubled `with'. --- 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))