branch: externals/idlwave commit e0e02c030ed38762d281b1822b28283cccb3b7e2 Author: jdsmith <jdsmith> Commit: jdsmith <jdsmith>
minor doc update. --- idlw-complete-structtag.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/idlw-complete-structtag.el b/idlw-complete-structtag.el index 3c2377c702..7d4ec95029 100644 --- a/idlw-complete-structtag.el +++ b/idlw-complete-structtag.el @@ -3,7 +3,7 @@ ;; Author: Carsten Dominik <domi...@astro.uva.nl> ;; Version: 1.0 -;; Date: $Date: 2001/12/05 20:04:09 $ +;; Date: $Date: 2002/06/14 19:07:37 $ ;; Keywords: languages ;; Completion of structure tags is highly ambiguous since you never @@ -21,6 +21,10 @@ ;; completion. It is also an example which shows how completion ;; plugins should be programmed. ;; +;; New versions of IDLWAVE, documentation, and more information +;; available from: +;; http://idlwave.org +;; ;; INSTALLATION ;; ============ ;; Put this file on the emacs load path and load it with the following