aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-08-10 20:08:03 +0000
committerGlenn Morris2008-08-10 20:08:03 +0000
commitc972b4d87ece0d7688ca119be5324e2765875968 (patch)
treeb5c516a7d4e040c35e48470864a840899e1a007f
parentcfbb09b9daed9361e4a7b577e89380addc1bb586 (diff)
downloademacs-c972b4d87ece0d7688ca119be5324e2765875968.tar.gz
emacs-c972b4d87ece0d7688ca119be5324e2765875968.zip
(generated-custom-dependencies-file): Doc fix (sync from trunk
2008-06-05).
-rw-r--r--lisp/cus-dep.el2
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.