diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:25:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:25:53 +0000 |
commit | 8a6a28accbd49ce3fd35ac0fee7a5fdcae8969f5 (patch) | |
tree | 458e67d8cce2176122c2de6fdce0ad49eb14c75f /lisp/progmodes/idlwave.el | |
parent | 403c7339f0360689ef62a71c4fd97e615f4b9365 (diff) | |
download | emacs-8a6a28accbd49ce3fd35ac0fee7a5fdcae8969f5.tar.gz |
(idlwave-rescan-asynchronously): Fix typo in docstring.
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 52cfa602e59..86b4bea321c 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -4387,7 +4387,7 @@ Does not run after automatic updates of buffer or the shell.") (idlwave-update-routine-info '(16))) (defun idlwave-rescan-asynchronously () - "Dispatch another emacs instance to update the idlwave catalog. + "Dispatch another Emacs instance to update the idlwave catalog. After the process finishes normally, the first access to routine info will re-read the catalog." (interactive) |