; project-library-roots: Update docstring
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 8 Nov 2015 12:20:26 +0000 (14:20 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 8 Nov 2015 12:20:26 +0000 (14:20 +0200)
lisp/progmodes/project.el

index f67a584f808908e71b0d4476177b95e2bb750dec..d177779b2d0f5618d96e7b53f316dcc38be3b96c 100644 (file)
@@ -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