From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:25:53 +0000 (+0000) Subject: (idlwave-rescan-asynchronously): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.91~300 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a6a28accbd49ce3fd35ac0fee7a5fdcae8969f5;p=emacs.git (idlwave-rescan-asynchronously): Fix typo in docstring. --- 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)