diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/dirtrack.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el index 5ae76f91316..e9bcab6e4e8 100644 --- a/lisp/dirtrack.el +++ b/lisp/dirtrack.el | |||
| @@ -133,8 +133,8 @@ | |||
| 133 | (defcustom dirtrack-list (list "^emacs \\([a-zA-Z]:.*\\)>" 1) | 133 | (defcustom dirtrack-list (list "^emacs \\([a-zA-Z]:.*\\)>" 1) |
| 134 | "*List for directory tracking. | 134 | "*List for directory tracking. |
| 135 | First item is a regexp that describes where to find the path in a prompt. | 135 | First item is a regexp that describes where to find the path in a prompt. |
| 136 | Second is a number, the regexp group to match. Optional third item is | 136 | Second is a number, the regexp group to match. Optional third item is |
| 137 | whether the prompt is multi-line. If nil or omitted, prompt is assumed to | 137 | whether the prompt is multi-line. If nil or omitted, prompt is assumed to |
| 138 | be on a single line." | 138 | be on a single line." |
| 139 | :group 'dirtrack | 139 | :group 'dirtrack |
| 140 | :type '(sexp (regexp :tag "Prompt Expression") | 140 | :type '(sexp (regexp :tag "Prompt Expression") |