]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/project.el
Add some missing version tags.
[gnu-emacs] / lisp / progmodes / project.el
index fe28ed776b2147298a84b48455f7f12e1071e0df..a972def24b0b1c86ad8e50d7e4a3c67a5be21312 100644 (file)
@@ -156,10 +156,11 @@ end it with `/'.  DIR must be one of `project-roots' or
 
 (defgroup project-vc nil
   "Project implementation using the VC package."
+  :version "25.1"
   :group 'tools)
 
 (defcustom project-vc-ignores nil
-  "List ot patterns to include in `project-ignores'."
+  "List of patterns to include in `project-ignores'."
   :type '(repeat string)
   :safe 'listp)