emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] project-next aeae587: ; project-library-roots: Update docs


From: Dmitry Gutov
Subject: [Emacs-diffs] project-next aeae587: ; project-library-roots: Update docstring
Date: Sun, 08 Nov 2015 12:21:05 +0000

branch: project-next
commit aeae5875f967fb3303e6a180497e9573de1c2966
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; project-library-roots: Update docstring
---
 lisp/progmodes/project.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index f67a584..d177779 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]