emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/load-dir 843b83a 02/12: epoch-view.el, load-dir.el: Cap


From: Stefan Monnier
Subject: [elpa] externals/load-dir 843b83a 02/12: epoch-view.el, load-dir.el: Capitalize package description string.
Date: Sun, 29 Nov 2020 14:31:17 -0500 (EST)

branch: externals/load-dir
commit 843b83a58fe28b5fde00f92254f577ceab5df665
Author: Chong Yidong <cyd@stupidchicken.com>
Commit: Chong Yidong <cyd@stupidchicken.com>

    epoch-view.el, load-dir.el: Capitalize package description string.
---
 load-dir.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/load-dir.el b/load-dir.el
index 1d4e0b6..f757071 100644
--- a/load-dir.el
+++ b/load-dir.el
@@ -1,4 +1,4 @@
-;;; load-dir.el --- load all Emacs Lisp files in given directories
+;;; load-dir.el --- Load all Emacs Lisp files in a given directory
 
 ;; Copyright (C) 2011 Free Software Foundation, Inc
 
@@ -31,12 +31,13 @@
 ;; it, so for instance adding a lambda to a hook is usually safe.
 ;;
 ;; You can specify ~/.emacs.d/load.d, a single directory, or a list of
-;; directories.  The file search can be recursive.
+;; directories.  The file search can be recursive.  See the
+;; customizable variable `load-dirs' for details.
 ;;
-;; The intent with ~/.emacs.d/load.d is to give package installers like
+;; The intent of ~/.emacs.d/load.d is to give package installers like
 ;; el-get.el (see https://github.com/dimitri/el-get) and other tools a
-;; way to easily bootstrap themselves without necessarily modifying your
-;; .emacs or custom files directly.
+;; way to easily bootstrap themselves without necessarily modifying
+;; your .emacs or custom files directly.
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]