diff lisp/cus-dep.el @ 68136:98275190ec04

(generated-custom-dependencies-file): Fix typo and phrasing in docstring.
author Bill Wohler <wohler@newt.com>
date Wed, 11 Jan 2006 20:15:38 +0000
parents e60edad917f6
children ddcbd2c1b70d 7beb78bc1f8e
line wrap: on
line diff
--- a/lisp/cus-dep.el	Wed Jan 11 19:50:07 2006 +0000
+++ b/lisp/cus-dep.el	Wed Jan 11 20:15:38 2006 +0000
@@ -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.