comparison 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
comparison
equal deleted inserted replaced
68135:03bac2d0a4aa 68136:98275190ec04
1 ;;; cus-dep.el --- find customization dependencies 1 ;;; cus-dep.el --- find customization dependencies
2 ;; 2 ;;
3 ;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 3 ;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
4 ;; 2006 Free Software Foundation, Inc.
4 ;; 5 ;;
5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 6 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
6 ;; Keywords: internal 7 ;; Keywords: internal
7 8
8 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
29 (eval-when-compile (require 'cl)) 30 (eval-when-compile (require 'cl))
30 (require 'widget) 31 (require 'widget)
31 (require 'cus-face) 32 (require 'cus-face)
32 33
33 (defvar generated-custom-dependencies-file "cus-load.el" 34 (defvar generated-custom-dependencies-file "cus-load.el"
34 "File \\[cusom-make-dependencies] puts custom dependencies into.") 35 "Output file for \\[custom-make-dependencies].")
35 36
36 (defun custom-make-dependencies () 37 (defun custom-make-dependencies ()
37 "Batch function to extract custom dependencies from .el files. 38 "Batch function to extract custom dependencies from .el files.
38 Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS" 39 Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
39 (let ((enable-local-eval nil)) 40 (let ((enable-local-eval nil))