comparison lisp/files.el @ 99237:2d4e1b33ab5c

(locate-dominating-stop-dir-regexp): Fix typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 30 Oct 2008 04:32:22 +0000
parents e152a404d947
children bdd322f177a6
comparison
equal deleted inserted replaced
99236:33f425648e13 99237:2d4e1b33ab5c
715 (cdr path-and-suffixes) 715 (cdr path-and-suffixes)
716 string nil action)) 716 string nil action))
717 (make-obsolete 'locate-file-completion 'locate-file-completion-table "23.1") 717 (make-obsolete 'locate-file-completion 'locate-file-completion-table "23.1")
718 718
719 (defvar locate-dominating-stop-dir-regexp 719 (defvar locate-dominating-stop-dir-regexp
720 "\\`\\(?:[\\/][\\/]\\|/\\(?:net\\|afs\\|\\.\\\.\\.\\)/\\)\\'" 720 "\\`\\(?:[\\/][\\/]\\|/\\(?:net\\|afs\\|\\.\\.\\.\\)/\\)\\'"
721 "Regexp of directory names which stop the search in `locate-dominating-file'. 721 "Regexp of directory names which stop the search in `locate-dominating-file'.
722 Any directory whose name matches this regexp will be treated like 722 Any directory whose name matches this regexp will be treated like
723 a kind of root directory by `locate-dominating-file' which will stop its search 723 a kind of root directory by `locate-dominating-file' which will stop its search
724 when it bumps into it. 724 when it bumps into it.
725 The default regexp prevents fruitless and time-consuming attempts to find 725 The default regexp prevents fruitless and time-consuming attempts to find