diff options
Diffstat (limited to 'lisp/dirtrack.el')
-rw-r--r-- | lisp/dirtrack.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el index e65e5fc7560..5a855653f80 100644 --- a/lisp/dirtrack.el +++ b/lisp/dirtrack.el @@ -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)) |