diff options
| -rw-r--r-- | lisp/progmodes/project.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index afb390468b6..c16b2578ebf 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | ;; Infrastructure: | 35 | ;; Infrastructure: |
| 36 | ;; | 36 | ;; |
| 37 | ;; Function `project-current', to determine the current project | 37 | ;; Function `project-current', to determine the current project |
| 38 | ;; instance, and 3 (at the moment) generic functions that act on it. | 38 | ;; instance, and 5 (at the moment) generic functions that act on it. |
| 39 | ;; This list is to be extended in future versions. | 39 | ;; This list is to be extended in future versions. |
| 40 | ;; | 40 | ;; |
| 41 | ;; Utils: | 41 | ;; Utils: |