diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2019-01-14 00:29:38 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2019-01-18 06:46:35 +0300 |
commit | afc8a41f4889b0b207bbd1c30fa9f310437b439e (patch) | |
tree | 03fe34ff1a8520fa20f12ee231313c35843616cf /lisp/progmodes/project.el | |
parent | d8da0916fff16a3ef26cc1f929c262466e143268 (diff) | |
download | emacs-afc8a41f4889b0b207bbd1c30fa9f310437b439e.tar.gz emacs-afc8a41f4889b0b207bbd1c30fa9f310437b439e.tar.bz2 emacs-afc8a41f4889b0b207bbd1c30fa9f310437b439e.zip |
; Update the number
Diffstat (limited to 'lisp/progmodes/project.el')
-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 @@ ;; Infrastructure: ;; ;; Function `project-current', to determine the current project -;; instance, and 3 (at the moment) generic functions that act on it. +;; instance, and 5 (at the moment) generic functions that act on it. ;; This list is to be extended in future versions. ;; ;; Utils: |