branch: externals/idlwave
commit 0a3710dcb72e6361fed583a92d5f049f5a38bb53
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>
- Typo.
---
idlwave.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idlwave.el b/idlwave.el
index 3d5918ad13..46ddd6785e 100644
--- a/idlwave.el
+++ b/idlwave.el
@@ -6,7 +6,7 @@
;; Chris Chase <[email protected]>
;; Maintainer: J.D. Smith <[email protected]>
;; Version: VERSIONTAG
-;; Date: $Date: 2004/11/17 05:37:18 $
+;; Date: $Date: 2004/11/17 05:58:27 $
;; Keywords: languages
;; This file is part of GNU Emacs.
@@ -51,7 +51,7 @@
;; lines to your .emacs file:
;;
;; (autoload 'idlwave-mode "idlwave" "IDLWAVE Mode" t)
-;; (autoload 'idlwave-shel "idlw-shell" "IDLWAVE Shell" t)
+;; (autoload 'idlwave-shell "idlw-shell" "IDLWAVE Shell" t)
;; (setq auto-mode-alist (cons '("\\.pro\\'" . idlwave-mode) auto-mode-alist))
;;
;;