mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; project-library-roots: Update docstring
This commit is contained in:
parent
3a37d99e97
commit
aeae5875f9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue