summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2015-11-08 14:20:26 +0200
committerDmitry Gutov <dgutov@yandex.ru>2015-11-08 14:20:26 +0200
commitaeae5875f967fb3303e6a180497e9573de1c2966 (patch)
tree08bbae46e85c4e461c7aff89cdc0d669ce47c1a3
parent3a37d99e974b89de91e07ce5c7955f4fd1d731ca (diff)
downloademacs-aeae5875f967fb3303e6a180497e9573de1c2966.tar.gz
; project-library-roots: Update docstring
-rw-r--r--lisp/progmodes/project.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index f67a584f808..d177779b2d0 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -74,10 +74,10 @@ implementation of `project-library-roots'.")
;; FIXME: Add MODE argument, like in `ede-source-paths'?
(cl-defgeneric project-library-roots (project)
- "Return the list of source root directories.
+ "Return the list of library roots for PROJECT.
-It's the list of directories outside of the current project that
-contain related source files.
+It's the list of directories outside of the project that contain
+related source files.
Project-specific version of `project-library-roots-function',
which see. Unless it knows better, a specialized implementation