diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-17 01:09:20 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-17 01:09:20 -0800 |
commit | 4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch) | |
tree | 04a24b4e53c431ec3deb9281a0454ede7ace7337 /lisp/progmodes/idlw-help.el | |
parent | b6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff) |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/idlw-help.el')
-rw-r--r-- | lisp/progmodes/idlw-help.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index 8d8966ee15..a2dd67a0f1 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el @@ -705,7 +705,8 @@ Those words in `idlwave-completion-help-links' have links. The ;; we kill the help frame before the return-frame is selected. ;; To protect the workings, we wait for up to one second ;; and check if the return-frame *is* now selected. - ;; This is marked "eperimental" since we are not sure when its OK. + ;; This is marked "experimental" since we are not sure when + ;; it's OK. (let ((maxtime 1.0) (time 0.) (step 0.1)) (select-frame idlwave-help-return-frame) (while (and (sit-for step) |