diff lisp/progmodes/idlw-shell.el @ 45318:b80d723ad7cc

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 May 2002 12:00:33 +0000
parents 154133a72642
children a146209bda51
line wrap: on
line diff
--- a/lisp/progmodes/idlw-shell.el	Thu May 16 11:57:22 2002 +0000
+++ b/lisp/progmodes/idlw-shell.el	Thu May 16 12:00:33 2002 +0000
@@ -4,7 +4,7 @@
 ;; Author: Chris Chase <chase@att.com>
 ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu>
 ;; Version: 4.7
-;; Date: $Date: 2001/12/01 12:54:29 $
+;; Date: $Date: 2002/02/16 12:50:25 $
 ;; Keywords: processes
 
 ;; This file is part of GNU Emacs.
@@ -69,7 +69,7 @@
 ;;
 ;; I don't plan on implementing directory tracking by watching the IDL
 ;; commands entered at the prompt, since too often an IDL procedure
-;; will change the current directory. If you want the the idl process
+;; will change the current directory. If you want the idl process
 ;; buffer to match the IDL current working just execute `M-x
 ;; idlwave-shell-resync-dirs' (bound to "\C-c\C-d\C-w" by default.)
 ;;