aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2025-02-04 15:46:07 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2025-02-04 15:46:07 +0200
commit78d2ba11fee0f75521687dcee39578a3c55ead58 (patch)
tree5d26f5a5ae2a4e58dfe2a3d3b3fb8e1fb0073b1e /projectile.el
parent315ffbd00552346feef8b58649560a024bde7610 (diff)
Update the commentary
Diffstat (limited to 'projectile.el')
-rw-r--r--projectile.el11
1 files changed, 5 insertions, 6 deletions
diff --git a/projectile.el b/projectile.el
index 0f318c7..4091f94 100644
--- a/projectile.el
+++ b/projectile.el
@@ -27,12 +27,11 @@
;;; Commentary:
;;
-;; This library provides easy project management and navigation. The
-;; concept of a project is pretty basic - just a folder containing
-;; special file. Currently git, mercurial and bazaar repos are
-;; considered projects by default. If you want to mark a folder
-;; manually as a project just create an empty .projectile file in
-;; it. See the README for more details.
+;; Projectile is a project interaction library for Emacs.
+;; It provides a powerful set of features operating at the project
+;; level, as well as simple heuristics to identify projects.
+;;
+;; See the README and https://docs.projectile.mx for more details.
;;
;;; Code: