diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-29 18:52:49 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-29 18:52:49 -0800 |
commit | 9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch) | |
tree | 74e717ced1fa94d505e3ace360f3c9280bd9b2fa /lisp/progmodes/idlwave.el | |
parent | 2cae5ba432fc30042950c073b7ec7807bb98bcde (diff) | |
download | emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.bz2 emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.zip |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/idlwave.el')
-rw-r--r-- | lisp/progmodes/idlwave.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 6ce415b563d..9bc4af2a072 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -7855,7 +7855,7 @@ Restore the pre-completion window configuration if possible." If point is on a keyword, help for that keyword will be shown. If point is on a routine name or in the argument list of a routine, help for that routine will be displayed. Works for system routines and -keywords, it pulls up text help. For other routies and keywords, +keywords, it pulls up text help. For other routines and keywords, visits the source file, finding help in the header (if `idlwave-help-source-try-header' is non-nil) or the routine definition itself." |