# HG changeset patch # User Juanma Barranquero # Date 1180393396 0 # Node ID 5bab94f67023e23d60866292fb0e7aebd28192bb # Parent 9a076cebfd98a895c5be9e0144b55689d091e1c0 (idlwave-routines): Fix typo in docstring. diff -r 9a076cebfd98 -r 5bab94f67023 lisp/progmodes/idlwave.el --- 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))