summaryrefslogtreecommitdiff
path: root/lisp/cus-dep.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-11-07 00:26:27 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-11-07 00:26:27 +0000
commitc3d79cee8888ecbd9ee4b9714d244658b74514cc (patch)
treec6cd0433f28f6ae847ee72b27977b37ad96a698b /lisp/cus-dep.el
parent12eb350798d00245344619bb2df550f3ebade563 (diff)
downloademacs-c3d79cee8888ecbd9ee4b9714d244658b74514cc.tar.gz
(custom-make-dependencies): Fix comment inserted in cus-load.el.
Diffstat (limited to 'lisp/cus-dep.el')
-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 03185661a2e..96303a85585 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -113,7 +113,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
(insert "))\n"))))))
(insert "\
;;; These are for handling :version. We need to have a minimum of
-;;; information so `custom-changed-variables' could do its job.
+;;; information so `customize-changed-options' could do its job.
;;; For both groups and variables we have to set `custom-version'.
;;; For variables we also set the `standard-value' and for groups
;;; `group-documentation' (which is shown in the customize buffer), so