aboutsummaryrefslogtreecommitdiff
path: root/docs/magit-section.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-02-21 18:20:00 +0100
committerJonas Bernoulli <jonas@bernoul.li>2022-02-22 11:36:45 +0100
commitf321409f4d67dff38220ed479b88d9e6b88b2dee (patch)
tree22f27b305c6b31ca6dade5a7ecc84cf170a9f4da /docs/magit-section.org
parent9b94654921d511ff80d48122481cde02828492db (diff)
Rename magit-utils.el to magit-base.el
It hasn't been true for quite some time that this library only (or even just mostly) defined things that have "very little to do with Git or Magit", and it is time to account for that. "magit-base.el" serves a role similar to that of "magit-core.el", except that it comes even earlier in the dependency tree. For that reason other libraries that depend on one or more of the libraries that `magit-base' depends on should just require that feature.
Diffstat (limited to 'docs/magit-section.org')
-rw-r--r--docs/magit-section.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/magit-section.org b/docs/magit-section.org
index bda34a7..deb8769 100644
--- a/docs/magit-section.org
+++ b/docs/magit-section.org
@@ -269,8 +269,8 @@ General Public License for more details.
# IMPORTANT: Also update ORG_ARGS and ORG_EVAL in the Makefile.
# Local Variables:
-# eval: (require 'magit-utils nil t)
-# eval: (require 'ol-man nil t)
+# eval: (require 'magit-base nil t)
+# eval: (require 'ol-man nil t)
# indent-tabs-mode: nil
# org-src-preserve-indentation: nil
# End: