emacs-diffs
[Top][All Lists]
Advanced

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

master efaec5f61df: project-prompter: Update the docstring for the recen


From: Dmitry Gutov
Subject: master efaec5f61df: project-prompter: Update the docstring for the recent change
Date: Wed, 23 Oct 2024 15:44:20 -0400 (EDT)

branch: master
commit efaec5f61df967e2a4b85c5607f559f92f220ca9
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    project-prompter: Update the docstring for the recent change
    
    * lisp/progmodes/project.el (project-prompter):
    Update the docstring too (bug#70833).
---
 lisp/progmodes/project.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 3cdaa7c2a76..5062021f8a6 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -199,7 +199,9 @@ When it is non-nil, `project-current' will always skip 
prompting too.")
 
 (defcustom project-prompter #'project-prompt-project-dir
   "Function to call to prompt for a project.
-Called with no arguments and should return a project root dir."
+The function is either called with no arguments or with one argument,
+which is the prompt string to use.  It should return a project root
+directory."
   :type '(choice (const :tag "Prompt for a project directory"
                         project-prompt-project-dir)
                  (const :tag "Prompt for a project name"



reply via email to

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