changeset 77887:189495e510b9

(idlwave-routines): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Jun 2007 22:54:46 +0000
parents c90e5f7ef586
children 2c91e7bc0c74
files lisp/progmodes/idlwave.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/idlwave.el	Mon Jun 04 22:53:06 2007 +0000
+++ b/lisp/progmodes/idlwave.el	Mon Jun 04 22:54:46 2007 +0000
@@ -4342,7 +4342,7 @@
 (defvar idlwave-true-path-alist nil
   "Like `idlwave-path-alist', but with true filenames.")
 (defvar idlwave-routines nil
-  "Holds the combinded procedure/function/method routine-info.")
+  "Holds the combined procedure/function/method routine-info.")
 (defvar idlwave-class-alist nil
   "Holds the class names known to IDLWAVE.")
 (defvar idlwave-class-history nil
@@ -4846,7 +4846,7 @@
   ;; Create a sysvar list entry from the xml parsed list.
   (let* ((nameblock (nth 1 xml-entry))
 	 (name (cdr (assq 'name nameblock)))
-	 (sysvar (substring name (progn (string-match "^ *!" name) 
+	 (sysvar (substring name (progn (string-match "^ *!" name)
 					(match-end 0))))
 	 (link (cdr (assq 'link nameblock)))
 	 (params (cddr xml-entry))