From 1c02bb44b6925d77f2b98acb20fa00a0c21af1ef Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 16 Sep 2020 13:18:50 +0300 Subject: [PATCH] Update the prelude-core description --- core/prelude-core.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/prelude-core.el b/core/prelude-core.el index 8c62997..e6dea6c 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -9,7 +9,13 @@ ;;; Commentary: -;; Here are the definitions of most of the functions added by Prelude. +;; Here are the definitions of most of the general-purpose functions and +;; commands added by Prelude. Some modules define additional module-specific +;; functions and commands. +;; +;; Note that many of the original core Prelude commands were extracted to the +;; crux package (Prelude installs it automatically). Prelude's auto-save +;; functionality was extracted to the super-save package. ;;; License: