From: Markus Rost Date: Thu, 7 Nov 2002 00:26:27 +0000 (+0000) Subject: (custom-make-dependencies): Fix comment inserted in cus-load.el. X-Git-Tag: ttn-vms-21-2-B4~12567 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3d79cee8888ecbd9ee4b9714d244658b74514cc;p=emacs.git (custom-make-dependencies): Fix comment inserted in cus-load.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 566284b621b..9982b43a38c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-11-07 Markus Rost + + * cus-dep.el (custom-make-dependencies): Fix comment inserted in + cus-load.el. + 2002-11-06 Dave Love * simple.el (quoted-insert): Bind keyboard-translate-table around 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