summaryrefslogtreecommitdiff
path: root/lisp/dirtrack.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-07-20 15:03:21 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-07-20 15:03:21 +0000
commit4f5ab6d5eb93dfb674e6bc0315cf56a7a2a5552b (patch)
tree0a026261383471745e0232905ec0b47cf8c994b4 /lisp/dirtrack.el
parent6fbad7afb1ad8bd00de61208ea61e15cdfcc4450 (diff)
downloademacs-4f5ab6d5eb93dfb674e6bc0315cf56a7a2a5552b.tar.gz
(dirtrack-list): Fix typos in docstring.
Diffstat (limited to 'lisp/dirtrack.el')
-rw-r--r--lisp/dirtrack.el4
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 @@
(defcustom dirtrack-list (list "^emacs \\([a-zA-Z]:.*\\)>" 1)
"*List for directory tracking.
First item is a regexp that describes where to find the path in a prompt.
-Second is a number, the regexp group to match. Optional third item is
-whether the prompt is multi-line. If nil or omitted, prompt is assumed to
+Second is a number, the regexp group to match. Optional third item is
+whether the prompt is multi-line. If nil or omitted, prompt is assumed to
be on a single line."
:group 'dirtrack
:type '(sexp (regexp :tag "Prompt Expression")