aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-02-23 12:48:59 +0000
committerGerd Moellmann <[email protected]>2001-02-23 12:48:59 +0000
commitc23bc7a416f47f7a6f5b39638f64a09f9679c02d (patch)
treeeec1792aaca2a3660c81706ab77db25bf18d83ba /man
parent22f515a9805213fa907046e5271f76be28dc993e (diff)
(Introduction): Remove doubled `routines'.
(Configuration Examples): Remove doubled `with'.
Diffstat (limited to 'man')
-rw-r--r--man/idlwave.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/idlwave.texi b/man/idlwave.texi
index 574b6bd0e2..6f06825f6e 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))