]> git.eshelyaron.com Git - emacs.git/commitdiff
(dirtrack-list): Fix typos in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Jul 2005 15:03:21 +0000 (15:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Jul 2005 15:03:21 +0000 (15:03 +0000)
lisp/dirtrack.el

index 5ae76f91316491ab1a498ea7a4f90ebee4de1748..e9bcab6e4e8be054783b838d8edcb8e51e4dae4c 100644 (file)
 (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")