]> git.eshelyaron.com Git - emacs.git/commitdiff
; project-files-relative-names: Update docstring (bug#72701)
authorDmitry Gutov <dmitry@gutov.dev>
Sun, 8 Sep 2024 20:50:58 +0000 (23:50 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:15:16 +0000 (22:15 +0200)
(cherry picked from commit 2329b36b1fb0dab969554eb9e1617e31a9755084)

lisp/progmodes/project.el

index 58126fc8c09d694f825cb1f9aff18a184ffe581e..83cd3f4f7cb3b9a384b5b9aa154a6f6063059576 100644 (file)
@@ -326,7 +326,10 @@ end it with `/'.  DIR must be either `project-root' or one of
 The file names should be relative to the project root.  And this can
 only happen when all returned files are in the same directory.
 In other words, the DIRS argument of `project-files' has to be nil or a
-list of only one element.")
+list of only one element.
+
+This variable is only meant to be set by Lisp code, not customized by
+the user.")
 
 (cl-defgeneric project-files (project &optional dirs)
   "Return a list of files in directories DIRS in PROJECT.