diff options
author | Andreas Schwab <schwab@suse.de> | 1998-08-26 09:38:13 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-08-26 09:38:13 +0000 |
commit | b88018d48f2283dc4f8db28553d7dda72d46bd4c (patch) | |
tree | 0189666257508480d93e92aae709db26861941ff /lisp/cus-dep.el | |
parent | 7d6a2ca41df02192d9321a712f271a1fbd087646 (diff) | |
download | emacs-b88018d48f2283dc4f8db28553d7dda72d46bd4c.tar.gz |
Fix typo in output.
Diffstat (limited to 'lisp/cus-dep.el')
-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 241f5d9989e..8b689bf0430 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -103,7 +103,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS" ;;; information so `custom-changed-variables' 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 +;;; `group-documentation' (which is shown in the customize buffer), so ;;; we don't have to load the file containing the group. ;;; `custom-versions-load-alist' is an alist that has as car a version |