]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 24 Mar 2021 23:20:26 +0000 (01:20 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 24 Mar 2021 23:20:26 +0000 (01:20 +0200)
* lisp/progmodes/project.el (project-remove-known-project):
Fix typo (bug#47287).

lisp/progmodes/project.el

index 07842977ef8d84ab02acb9e67aa3e85cb1b50252..f1546541d54637ddc894e02c72444e3e5c172c90 100644 (file)
@@ -1237,7 +1237,7 @@ PROJECT-ROOT is the root directory of a known project listed in
 the project list."
   (interactive (list (project-prompt-project-dir)))
   (project--remove-from-project-list
-   dir "Project `%s' removed from known projects"))
+   project-root "Project `%s' removed from known projects"))
 
 (defun project-prompt-project-dir ()
   "Prompt the user for a directory that is one of the known project roots.