(generated-custom-dependencies-file): Fix typo and phrasing in
authorBill Wohler <wohler@newt.com>
Wed, 11 Jan 2006 20:15:38 +0000 (20:15 +0000)
committerBill Wohler <wohler@newt.com>
Wed, 11 Jan 2006 20:15:38 +0000 (20:15 +0000)
docstring.

lisp/ChangeLog
lisp/cus-dep.el

index c071922..946f69c 100644 (file)
@@ -1,5 +1,8 @@
 2006-01-11  Bill Wohler  <wohler@newt.com>
 
+       * cus-dep.el (generated-custom-dependencies-file): Fix typo and
+       phrasing in docstring.
+
        * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
        can give some systems gas. Add new file mh-buffers.el.
 
index 1b13a12..b9b1a60 100644 (file)
@@ -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.