diff lisp/dirtrack.el @ 64538:be20990b5d3d

(dirtrack-list): Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 20 Jul 2005 15:03:21 +0000
parents 6fb026ad601f
children 41bb365f41c4 187d6a1f84f7
line wrap: on
line diff
--- a/lisp/dirtrack.el	Wed Jul 20 14:54:27 2005 +0000
+++ b/lisp/dirtrack.el	Wed Jul 20 15:03:21 2005 +0000
@@ -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")