diff options
| -rw-r--r-- | lisp/cus-dep.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 7339bc65178..cd71e47e1de 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | (require 'cus-face) | 32 | (require 'cus-face) |
| 33 | 33 | ||
| 34 | (defvar generated-custom-dependencies-file "cus-load.el" | 34 | (defvar generated-custom-dependencies-file "cus-load.el" |
| 35 | "Output file for \\[custom-make-dependencies].") | 35 | "Output file for `custom-make-dependencies'.") |
| 36 | 36 | ||
| 37 | (defun custom-make-dependencies () | 37 | (defun custom-make-dependencies () |
| 38 | "Batch function to extract custom dependencies from .el files. | 38 | "Batch function to extract custom dependencies from .el files. |