changeset 81087:5bab94f67023

(idlwave-routines): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 28 May 2007 23:03:16 +0000
parents 9a076cebfd98
children 719995de0683
files lisp/progmodes/idlwave.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/idlwave.el	Mon May 28 10:32:54 2007 +0000
+++ b/lisp/progmodes/idlwave.el	Mon May 28 23:03:16 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))