(dirtrack): Fix error message.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 30 Nov 2008 02:21:24 +0000 (02:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 30 Nov 2008 02:21:24 +0000 (02:21 +0000)
lisp/dirtrack.el

index e65e5fc..5a85565 100644 (file)
@@ -245,7 +245,7 @@ function `dirtrack-debug-mode' to turn on debugging output."
         ;; No match
         (if (not (string-match dirtrack-regexp input))
             (dirtrack-debug-message
-             (format "Input `%s' failed to match `dirtrack-regexp'" input))
+             (format "Input `%s' failed to match `dirtrack-list'" input))
           (setq prompt-path (match-string match-num input))
           ;; Empty string
           (if (not (> (length prompt-path) 0))