]> code.delx.au - gnu-emacs/blobdiff - man/idlwave.texi
*** empty log message ***
[gnu-emacs] / man / idlwave.texi
index 574b6bd0e2d4b4cfbaf1e94438d5c21caa3e6221..2a542f8e957edbdac4a6197f59fcbf277d0ba0ce 100644 (file)
@@ -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
@@ -2252,7 +2252,7 @@ to get a separate frame for the IDL shell, remove that command from your
 @end lisp
 @item 
 The key sequence @kbd{M-@key{TAB}} no longer inserts a TAB character.
-Like in in many other Emacs modes, @kbd{M-@key{TAB}} now does
+Like in many other Emacs modes, @kbd{M-@key{TAB}} now does
 completion.  Inserting a TAB has therefore been moved to
 @kbd{C-@key{TAB}}.  On a character based terminal you can also use
 @kbd{C-c @key{SPC}}.
@@ -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))