]> git.eshelyaron.com Git - emacs.git/commitdiff
Add docstring to project--read-file-cpd-relative
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 16 May 2019 22:26:27 +0000 (23:26 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 16 May 2019 22:26:27 +0000 (23:26 +0100)
For discussion, see thread starting at:
https://lists.gnu.org/archive/html/emacs-devel/2019-05/msg00460.html
* lisp/progmodes/project.el (project--read-file-cpd-relative):
Describe arglist as promised by user option
project-read-file-name-function.

lisp/progmodes/project.el

index eab508af3ac51225c64155e082e0f60d26b983ad..cc45a71f5763b47bae3a4ccbd6153b07bf1b8849 100644 (file)
@@ -477,6 +477,10 @@ For the arguments list, see `project--read-file-cpd-relative'."
 (defun project--read-file-cpd-relative (prompt
                                         all-files &optional predicate
                                         hist default)
+  "Read a file name, prompting with PROMPT.
+ALL-FILES is a list of possible file name completions.
+PREDICATE, HIST, and DEFAULT have the same meaning as in
+`completing-read'."
   (let* ((common-parent-directory
           (let ((common-prefix (try-completion "" all-files)))
             (if (> (length common-prefix) 0)