comparison 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
comparison
equal deleted inserted replaced
64537:725c23089fbb 64538:be20990b5d3d
131 :group 'shell) 131 :group 'shell)
132 132
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")
141 (integer :tag "Regexp Group") 141 (integer :tag "Regexp Group")
142 (boolean :tag "Multiline Prompt") 142 (boolean :tag "Multiline Prompt")