]> code.delx.au - gnu-emacs-elpa/commitdiff
epoch-view.el, load-dir.el: Capitalize package description string.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 8 Jul 2011 17:01:15 +0000 (13:01 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 8 Jul 2011 17:01:15 +0000 (13:01 -0400)
packages/epoch-view/epoch-view.el
packages/load-dir/load-dir.el

index 46ed67c0c954537e5d1d575fa53b12e0cc4f7c84..654592fba4ba40b60ee1615a904eaa9c3299dbc2 100644 (file)
@@ -1,4 +1,4 @@
-;;; epoch-view.el --- minor mode to visualize epoch timestamps
+;;; epoch-view.el --- Minor mode to visualize epoch timestamps
 
 ;; Copyright (C) 2010
 ;;   Free Software Foundation, Inc.
 ;; instead of Unix epoch times.  This mode turns on font-lock and
 ;; leaves it on forever.  You may or may not like that.
 
-;; TODO: instead of letting font-lock-mode manage the `display'
-;; property, manage it ourselves so when multiple modes specify
-;; `display' it won't get wiped out when this mode doesn't need it
-;; anymore.
+;;; TODO:
+
+;; Instead of letting font-lock-mode manage the `display' property,
+;; manage it ourselves so when multiple modes specify `display' it
+;; won't get wiped out when this mode doesn't need it anymore.
 
 ;;; Code:
 
index 1d4e0b63009c1d697f84ba5e906fc0a583378c18..f757071dbd29c8b89a0798419f6590e8635f8013 100644 (file)
@@ -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
 
 ;; 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: