aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/idlw-complete-structtag.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/idlw-complete-structtag.el')
-rw-r--r--lisp/progmodes/idlw-complete-structtag.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlw-complete-structtag.el b/lisp/progmodes/idlw-complete-structtag.el
index 7fdacbed8c..613baed6bb 100644
--- a/lisp/progmodes/idlw-complete-structtag.el
+++ b/lisp/progmodes/idlw-complete-structtag.el
@@ -79,7 +79,7 @@
;; Notes
;; -----
;; - The structure definition assignment "state = {...}" must use the
-;; same variable name as the the completion location "state.*".
+;; same variable name as the completion location "state.*".
;; - The structure definition must be in the same file.
;; - The structure definition is searched backwards and then forward
;; from the current position, until a definition with tags is found.