diff options
| author | Bill Wohler | 2006-01-11 20:15:38 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-01-11 20:15:38 +0000 |
| commit | 6cc803deeaf8d42a39d1a6282d2585377e79c8a7 (patch) | |
| tree | df83888c3977be75f64d6175b97b41f3f8b2b9ef | |
| parent | 9c2cf222ca61e490c5fd52f712ffe3ec5a3e4da5 (diff) | |
| download | emacs-6cc803deeaf8d42a39d1a6282d2585377e79c8a7.tar.gz emacs-6cc803deeaf8d42a39d1a6282d2585377e79c8a7.zip | |
(generated-custom-dependencies-file): Fix typo and phrasing in
docstring.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/cus-dep.el | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c071922fb16..946f69c9f67 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2006-01-11 Bill Wohler <wohler@newt.com> | 1 | 2006-01-11 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | * cus-dep.el (generated-custom-dependencies-file): Fix typo and | ||
| 4 | phrasing in docstring. | ||
| 5 | |||
| 3 | * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes | 6 | * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes |
| 4 | can give some systems gas. Add new file mh-buffers.el. | 7 | can give some systems gas. Add new file mh-buffers.el. |
| 5 | 8 | ||
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 @@ | |||
| 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 |
| @@ -31,7 +32,7 @@ | |||
| 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. |