summaryrefslogtreecommitdiff
path: root/lisp/cus-dep.el
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2006-01-11 20:15:38 +0000
committerBill Wohler <wohler@newt.com>2006-01-11 20:15:38 +0000
commit6cc803deeaf8d42a39d1a6282d2585377e79c8a7 (patch)
treedf83888c3977be75f64d6175b97b41f3f8b2b9ef /lisp/cus-dep.el
parent9c2cf222ca61e490c5fd52f712ffe3ec5a3e4da5 (diff)
downloademacs-6cc803deeaf8d42a39d1a6282d2585377e79c8a7.tar.gz
(generated-custom-dependencies-file): Fix typo and phrasing in
docstring.
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r--lisp/cus-dep.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el
index 1b13a12698f..b9b1a6040c9 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -1,6 +1,7 @@
;;; cus-dep.el --- find customization dependencies
;;
-;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
+;; 2006 Free Software Foundation, Inc.
;;
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
;; Keywords: internal
@@ -31,7 +32,7 @@
(require 'cus-face)
(defvar generated-custom-dependencies-file "cus-load.el"
- "File \\[cusom-make-dependencies] puts custom dependencies into.")
+ "Output file for \\[custom-make-dependencies].")
(defun custom-make-dependencies ()
"Batch function to extract custom dependencies from .el files.