# HG changeset patch # User Juanma Barranquero # Date 1180997686 0 # Node ID 189495e510b96c1a741316b9201f5b374feac5df # Parent c90e5f7ef5865530a1afcffdd3f58c3684de166d (idlwave-routines): Fix typo in docstring. diff -r c90e5f7ef586 -r 189495e510b9 lisp/progmodes/idlwave.el --- 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))