From: Dmitry Gutov Date: Sat, 25 Nov 2023 14:07:06 +0000 (+0200) Subject: ; project-prompt-project-name: Reword a comment X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab37e0b56a9eb204ec73c8d5f65aac3bfe5ea6ff;p=emacs.git ; project-prompt-project-name: Reword a comment --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index bdf8aab003b..27cca2e0f35 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -1800,7 +1800,7 @@ It's also possible to enter an arbitrary directory not in the list." (choices (let (ret) ;; Iterate in reverse order so project--name-history is in - ;; the correct order. + ;; the same order as project--list. (dolist (dir (reverse (project-known-project-roots))) ;; we filter out directories that no longer map to a project, ;; since they don't have a clean project-name.