diff options
author | Stephen Leake <stephen_leake@stephe-leake.org> | 2016-01-27 15:04:33 -0600 |
---|---|---|
committer | Stephen Leake <stephen_leake@stephe-leake.org> | 2016-01-29 17:46:18 -0600 |
commit | a71560b0e3011c04dc86546b1da51b828cdf040a (patch) | |
tree | 04a1369fc846208937c9412f1d4765f28a2a26e1 /lisp/cedet/ede | |
parent | 9421b948101689675293a0827ca86321888af83a (diff) | |
download | emacs-a71560b0e3011c04dc86546b1da51b828cdf040a.tar.gz |
Implement vc-mtn-find-ignore-file, fix some doc strings
* lisp/cedet/cedet-global.el (cedet-gnu-global-root): Improve doc string.
* lisp/cedet/ede/locate.el (initialize-instance): Improve doc string.
* lisp/vc/vc-git.el (vc-git-find-ignore-file): Fix doc string.
* lisp/vc/vc-mtn.el (vc-mtn-find-ignore-file): New function.
Diffstat (limited to 'lisp/cedet/ede')
-rw-r--r-- | lisp/cedet/ede/locate.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/locate.el b/lisp/cedet/ede/locate.el index abbfd600488..38d23883951 100644 --- a/lisp/cedet/ede/locate.el +++ b/lisp/cedet/ede/locate.el @@ -231,7 +231,7 @@ variable `cedet-global-command'.") (let* ((default-directory (oref loc root)) (root (cedet-gnu-global-root))) (when (not root) - (error "Cannot use GNU Global in %s" + (error "No GNU Global project found for %s" (oref loc root)))) ) |